From 2ccd968ad1328fd54c6d42d3e87ca1bfe2ff041b Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Sun, 28 Mar 2021 20:23:55 +0200 Subject: [PATCH] use smaller header font on mobile --- scss/_mobile.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_mobile.scss b/scss/_mobile.scss index ac67302..6a88b21 100644 --- a/scss/_mobile.scss +++ b/scss/_mobile.scss @@ -40,5 +40,9 @@ .header-homepage{ padding-top: 50px; padding-bottom: 100px; + + h1 { + font-size: 2.2em; + } } } \ No newline at end of file