Minor style tweak

on small screens, subscriptions are put below the logo, which looks a bit strange and makes it somehow harder to hit
This commit is contained in:
robrobinbin 2021-01-31 19:41:32 +01:00 committed by GitHub
parent bfcc4c985d
commit 2a27850914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;