diff --git a/assets/static/style.css b/assets/static/style.css index eea38d3..c1cc0be 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -58,7 +58,9 @@ header nav ul li a:hover { } @media (max-width: 768px) { - font-size: 2rem; + header nav ul li a { + font-size: 2rem; + } } .page h2 {