From 01001ddad80373f4b69e17172249fbf6f7ee4f58 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 27 Feb 2023 09:32:54 +0100 Subject: [PATCH] Larger H1 paddings on wide screens --- sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index db4a40d..51fbdd7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -502,6 +502,10 @@ footer { @media only screen and (min-width: $size-mobile) { + h1 { + padding-top: 5rem; + } + .intro section { .grid {