diff --git a/assets/static/style.css b/assets/static/style.css index cb3b6ef..eea38d3 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -44,7 +44,6 @@ header nav ul li { } header nav ul li a { - font-size: 16px; color: #EAE2B7; text-decoration: none; padding: 3px 3px 0; @@ -58,6 +57,10 @@ header nav ul li a:hover { color: #ADD7F6; } +@media (max-width: 768px) { + font-size: 2rem; +} + .page h2 { margin-bottom: 2rem; }