From 270419c350ef04b7c09d03bffc43425e558e93f0 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 10 May 2021 08:21:00 +0100 Subject: [PATCH] Fix misaligned header on mobile --- sass/_extra.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_extra.scss b/sass/_extra.scss index 57dba7ae9..9af7c3465 100644 --- a/sass/_extra.scss +++ b/sass/_extra.scss @@ -23,6 +23,7 @@ pre > code { .site-title { // To center the site's title. float: none; + padding: 0; } .intro {