fix height for headings
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
a71eeeeaa4
commit
752950f880
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
line-height: 1.5em;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar - Firefox */
|
/* Scrollbar - Firefox */
|
||||||
|
|
Loading…
Reference in a new issue