diff --git a/lib/style.css b/lib/style.css index 7ebb8a5fbe8ce12a337b6d7d333cd671a24ce9a4..5c3999a51d81f12a202b90db11f1ca2f6ec62bfd 100644 --- a/lib/style.css +++ b/lib/style.css @@ -330,6 +330,15 @@ body header:first-child > h2 font-size: 2.25rem; } +@media (max-width: 575px) { + + body header:first-child > h1, + body header:first-child > h2 + { + font-size: 2rem; + } +} + body header:first-child > :first-child a, body header:first-child > :first-child a:hover { @@ -749,11 +758,6 @@ body#home #showcase h2#USP + p @media (max-width: 575px) { - body#home header:first-child > h1 - { - font-size: 2rem; - } - body#home section:nth-child(n+2) h2 { font-size: 1.50rem;