diff --git a/style.css b/style.css index 231a16b..e6f34f4 100644 --- a/style.css +++ b/style.css @@ -86,9 +86,8 @@ footer p a:hover { text-decoration: underline; /* Underline on hover for footer links */ } -@media (max-width: 700px) { +@media (max-width: 600px) { body { - padding: 0.1rem; - max-width: calc(100% - 2rem); + padding: 0.3rem; } } \ No newline at end of file