From 2a27850914c8a1694b64df530f2bd974278a1e7e Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Sun, 31 Jan 2021 19:41:32 +0100 Subject: [PATCH] Minor style tweak on small screens, subscriptions are put below the logo, which looks a bit strange and makes it somehow harder to hit --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 12d74c1..6e725bd 100644 --- a/static/style.css +++ b/static/style.css @@ -94,7 +94,12 @@ nav { nav * { color: var(--text); } nav #reddit, #code { color: var(--accent); } -nav #logo { grid-area: logo; } + +nav #logo { + grid-area: logo; + white-space: nowrap; + margin-right: 5px; +} nav #links { grid-area: links;