fix bad line-height for headings

This commit is contained in:
gws 2024-11-06 12:16:00 +01:00
parent d75e0c000b
commit 15ab60a850

View file

@ -29,6 +29,10 @@ footer div.nav-outlinks a {
}
.heading-text {
line-height: initial;
}
ul {
li {
padding: unset;