Simplify padding definition and center text (#2308)

This commit is contained in:
Matthias Metelka 2023-01-11 03:58:02 +01:00 committed by GitHub
parent 5db95c97e3
commit ba822d9ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ body {
.hitem {
font-weight: bold;
padding: 6px 12px 8px;
padding: 5px 12px;
text-decoration: none;
color: color(fg);
display: inline-block;