From b488b3eb782730953d0d2047fcc30d89c9845c97 Mon Sep 17 00:00:00 2001 From: Leandro Date: Sun, 26 May 2019 23:59:17 +0800 Subject: [PATCH] Updated --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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