apply line-height to all lines
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-26 18:04:58 +02:00
parent 14da5b8bd5
commit e4bb8fcc92
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -36,6 +36,7 @@ html {
font-size: var(--font-size);
scroll-behavior: smooth;
background-color: var(--bg);
line-height: 1.5em;
}
/* Post's title */
@ -115,10 +116,6 @@ a:hover {
color: var(--link-hover-color);
}
p {
line-height: 1.5rem;
}
hr {
border: 0;
height: 1px;