From 7ac852fb36fcfa921b48cb2f69ab92c2a56075bb Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sat, 30 Mar 2024 01:39:34 -0400 Subject: [PATCH] Removed the title vertical offset I don't see why this is needed anymore. --- static/css/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 051de62..3b17859 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -586,10 +586,6 @@ body { padding-top: var(--entry-padding); padding-bottom: var(--entry-padding); } - - .title a { - vertical-align: -10%; /* we don't want the font descender space to be centered as well */ - } } @media print {