From e2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 22 Sep 2023 09:20:32 -0400 Subject: add extra height to the title to make nav consistent --- local.css | 1 + 1 file changed, 1 insertion(+) (limited to 'local.css') diff --git a/local.css b/local.css index 82bc6d91..cdc9a1eb 100644 --- a/local.css +++ b/local.css @@ -1,5 +1,6 @@ /* ikiwiki local style sheet */ h1 { font-weight: bold } +.title { min-height: 3em } #content a { text-decoration: underline } .pageheader, #pagebody, #footer { max-width: 60rem; -- cgit v1.2.3