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 21a9cf723b
commit feb4b89429

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;