From 473746837842dd5074f81f4c800dec2931ccf88a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 22 Mar 2024 11:17:10 -0500 Subject: update width of header --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8ef34e1..bc6466b 100644 --- a/styles.css +++ b/styles.css @@ -48,7 +48,7 @@ a:hover { padding: 10px 10px; } -@media screen and (max-width: 500px) { +@media screen and (max-width: 600px) { .header a { float: none; display: block; -- cgit v1.2.3