From ea0b583bcd3a76f09fab46e11b461b15ee378eb5 Mon Sep 17 00:00:00 2001 From: Matt Marcha Date: Tue, 11 Oct 2022 18:12:11 +1300 Subject: [PATCH] change home main top margin --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 088ca7f..d11b5be 100644 --- a/style.css +++ b/style.css @@ -227,6 +227,10 @@ main#primary nav.post-navigation .nav-next:after{ overflow: visible; } + .home header#masthead { + margin-bottom: 2em; + } + header#masthead nav div.menu-main-menu-container { display: block; position: static;