From 5e9fd7fac70f78235aa7d5becf61d1a30e14aaca Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 11 Mar 2024 13:48:36 +1000 Subject: [PATCH] Fix overlapping Explore more Closes #2 --- static/home.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/home.css b/static/home.css index a1abd00..5cd174c 100644 --- a/static/home.css +++ b/static/home.css @@ -86,6 +86,9 @@ p { .hero section { padding: 0 2rem; } + .explore-more { + display: none; + } } @media screen and (max-width: 450px) { .hero-image {