commit 050208abb13921c72a4f9215125050222b69213b parent 45c850c480aefc96e63c6db46065a10979e7cf20 Author: William <x@linear.codes> Date: Fri, 13 Dec 2024 08:43:22 -0500 css changes 2 Diffstat:
| M | style.css | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/style.css b/style.css @@ -20,9 +20,8 @@ a:hover { color: var(--hover) } .right { text-align: right } code { color: var(--hover) } .logo { - flex-grow: 1; - margin-right: 1rem; - text-decoration: none; - border-bottom: unset; - background: unset !important; + width: 50px; + text-decoration: none; + border-bottom: unset; + background: unset !important; }