diff --git a/styles.css b/styles.css index f39178e..38ebbec 100644 --- a/styles.css +++ b/styles.css @@ -158,6 +158,10 @@ p { } @media only screen and (max-width: 768px) { + body + { + overflow: hidden; + } .container { width: 80%; /* Adjust width for smaller screens */ }