fixing overflow

This commit is contained in:
Aaron Powell
2026-02-02 10:36:16 +11:00
parent 4318aa547f
commit f99c99a5d4

View File

@@ -290,10 +290,9 @@ a:hover {
/* Hero Section */ /* Hero Section */
.hero { .hero {
background: var(--gradient-hero), var(--color-bg); background: var(--gradient-hero), var(--color-bg);
padding: 100px 0 80px; padding: 100px 0 50px;
text-align: center; text-align: center;
position: relative; position: relative;
overflow: hidden;
} }
.hero::before { .hero::before {