diff --git a/application.css b/application.css index 6e1beb9..729cdd6 100644 --- a/application.css +++ b/application.css @@ -282,21 +282,6 @@ p a { h2 { font-size: 26px; } - h2.section { - font-size: 20px; - text-align: left; - } - p { - font-size: 18px; - line-height: 32px; - text-align: left; - } - p.big { - font-size: 22px; - } - .button { - display: block; - } .button a{ font-size: 20px; padding: 10px; @@ -313,4 +298,22 @@ p a { height: 50px; margin: 5px 10px; } +} + +@media (max-width: 420px){ + h2.section { + font-size: 20px; + text-align: left; + } + p { + font-size: 18px; + line-height: 32px; + text-align: left; + } + p.big { + font-size: 22px; + } + .button { + display: block; + } } \ No newline at end of file diff --git a/index.html b/index.html index a2ea22d..aa305d0 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - +