Update app.py
Browse files
app.py
CHANGED
|
@@ -231,7 +231,7 @@ body::after {
|
|
| 231 |
.shell { max-width: 1060px; margin: 0 auto; padding: 0 16px 80px; width: 100%; box-sizing: border-box; }
|
| 232 |
|
| 233 |
/* ββ HERO ββ */
|
| 234 |
-
.hero { padding: 56px 0 44px; text-align: center; position: relative; }
|
| 235 |
|
| 236 |
.hero-glow {
|
| 237 |
position: absolute; top: 0; left: 50%; transform: translateX(-50%);
|
|
@@ -263,7 +263,7 @@ body::after {
|
|
| 263 |
.hero-title em { font-style: italic; color: var(--gold-lt); }
|
| 264 |
|
| 265 |
/* ββ SEARCH AREA ββ */
|
| 266 |
-
.search-wrap { margin-top: 36px; }
|
| 267 |
|
| 268 |
/* Filtros de base β linha simples */
|
| 269 |
.bases-line {
|
|
|
|
| 231 |
.shell { max-width: 1060px; margin: 0 auto; padding: 0 16px 80px; width: 100%; box-sizing: border-box; }
|
| 232 |
|
| 233 |
/* ββ HERO ββ */
|
| 234 |
+
.hero { padding: 56px 0 44px; text-align: center; position: relative; align-items: center;}
|
| 235 |
|
| 236 |
.hero-glow {
|
| 237 |
position: absolute; top: 0; left: 50%; transform: translateX(-50%);
|
|
|
|
| 263 |
.hero-title em { font-style: italic; color: var(--gold-lt); }
|
| 264 |
|
| 265 |
/* ββ SEARCH AREA ββ */
|
| 266 |
+
.search-wrap { margin-top: 36px; align-items: center;}
|
| 267 |
|
| 268 |
/* Filtros de base β linha simples */
|
| 269 |
.bases-line {
|