From 61ff8b9c6784a549cb435449ede168fdd552db83 Mon Sep 17 00:00:00 2001 From: nxshock Date: Mon, 27 Sep 2021 20:12:34 +0500 Subject: [PATCH] Resize header items --- site/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/style.css b/site/style.css index 26d6e06..65bb1a4 100644 --- a/site/style.css +++ b/site/style.css @@ -30,8 +30,9 @@ a { svg, img { vertical-align: middle; - width: 1em; - height: 1em; + width: 1.5em; + height: 1.5em; + margin: 0; } header { @@ -43,7 +44,6 @@ header { } h1 { - margin-top: 1em; font-size: 150%; }