From 6de08bdcd37b8a728f38f4714f4f38aa6578d092 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 8 Oct 2023 15:20:29 +0200 Subject: tighten topbar alignment --- style.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/style.scss b/style.scss index 4fe12cd..61e5363 100644 --- a/style.scss +++ b/style.scss @@ -109,7 +109,6 @@ blockquote { background-color: transparent; ul { @include inline-block-list; - height: 2em; // TODO: figure out if this can be eliminated } a { color: transparent; @@ -142,15 +141,10 @@ blockquote { } .topbar { - height: 13em; - margin: 0; - padding: 0; + height: 12.3em; // TODO: compute this (not just visually guess) background-color: #336699; text-transform: uppercase; letter-spacing: 1px; -// position: absolute; - top: 0; -// right: 0; } -- cgit v1.2.3