From 90b6f7a145001a220426d2737bf4c0a069ce3421 Mon Sep 17 00:00:00 2001 From: bragason Date: Sat, 20 May 2017 01:08:25 +0000 Subject: [PATCH] fixed the spacing between the logo and the nightmode button --- public/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index de94a083..cccbb017 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -220,7 +220,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ } /* the logo needs some space */ .navbar-logo { - margin-right: 10px; + margin-right: 30px; } :target { @@ -370,8 +370,6 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background: transparent url(/img/sun.png) no-repeat; background-size: 24px; margin-top: 10px; - margin-left: 3px; - width: 24px; } footer {