From 1323e0a787484bad9ed9d0d7156d02ee26fe6931 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 24 Oct 2020 23:04:36 +0300 Subject: [PATCH] make the logo align the slightest bit better --- res/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/style.css b/res/style.css index 158fa62..02df5f1 100644 --- a/res/style.css +++ b/res/style.css @@ -53,9 +53,9 @@ br { } .navigation-branding-h { font-size: xx-large; - padding: 5px; - margin-top: 2px; - margin-bottom: 2px; + /* padding: 5px; */ + margin-top: 7px; + margin-bottom: 7px; white-space: nowrap; }