Merge pull request #82 from robrobinbin/patch-2

Minor style tweak
This commit is contained in:
Spike 2021-01-31 12:40:32 -08:00 committed by GitHub
commit 1a0d12d2ff
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;