diff --git a/css/style.css b/css/style.css index 378aa9b..286affc 100644 --- a/css/style.css +++ b/css/style.css @@ -84,4 +84,10 @@ footer .row { footer a, footer a:hover { color: #fff; +} + +@media screen and (max-width: 320px) { + h1 { + font-size: 2.25rem; + } } \ No newline at end of file