Fix overlapping Explore more

Closes #2
This commit is contained in:
Wesley Moore 2024-03-11 13:48:36 +10:00
parent c05c7bacdb
commit 5e9fd7fac7
No known key found for this signature in database

View file

@ -86,6 +86,9 @@ p {
.hero section { .hero section {
padding: 0 2rem; padding: 0 2rem;
} }
.explore-more {
display: none;
}
} }
@media screen and (max-width: 450px) { @media screen and (max-width: 450px) {
.hero-image { .hero-image {