Removed the title vertical offset

I don't see why this is needed anymore.
This commit is contained in:
Steven Engler 2024-03-30 01:39:34 -04:00
parent 647ec15b60
commit 7ac852fb36

View File

@ -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 {