style: Reduce hero section padding on mobile devices

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 20:32:18 -07:00
parent acf8b40a28
commit 71d26c2ec5

View file

@ -564,6 +564,10 @@ footer {
padding: 12px 0; padding: 12px 0;
} }
.hero {
padding: 50px 0;
}
.hero-grid { .hero-grid {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@ -686,6 +690,10 @@ footer {
font-size: 0.9rem; font-size: 0.9rem;
} }
.hero {
padding: 30px 0;
}
.buttons { .buttons {
gap: 8px; gap: 8px;
} }