apply line-height to all lines
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
14da5b8bd5
commit
e4bb8fcc92
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue