♻️ (theme): Refactoriza renderizado de temas base

This commit is contained in:
Manuel Cillero 2025-11-23 14:35:38 +01:00
parent 9657672ffd
commit a2fe2114cd
8 changed files with 79 additions and 47 deletions

View file

@ -14,8 +14,11 @@ body {
-webkit-tap-highlight-color: transparent;
}
/* Page layout */
/*
* Region Footer
*/
.region--footer {
padding-bottom: 2rem;
.region-footer {
padding: .75rem 0 3rem;
text-align: center;
}

View file

@ -50,7 +50,7 @@
}
/*
* Header
* Intro Header
*/
.intro-header {
@ -125,7 +125,7 @@
}
/*
* Content
* Intro Content
*/
.intro-content {
@ -445,7 +445,7 @@
}
/*
* Footer
* Intro Footer
*/
.intro-footer {