caarleexx commited on
Commit
782a38b
Β·
verified Β·
1 Parent(s): c6a4d02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 {