Fix line height in Arabic

This commit is contained in:
daudix
2024-07-23 05:54:19 +03:00
parent a16f02e7a2
commit 2d6306a717
11 changed files with 17 additions and 15 deletions

View File

@ -8,7 +8,7 @@ h6 {
text-wrap: balance;
margin: 2rem 0 1rem;
font-weight: lighter;
line-height: normal;
line-height: 1.25;
font-family: var(--font-antique);
letter-spacing: -0.05em;
}
@ -142,7 +142,7 @@ kbd {
background-color: var(--fg-muted-2);
padding: 0.125rem 0.375rem;
font-size: 0.875em;
line-height: normal;
line-height: 1.25;
// Small nice thingy, keys can be pressed!
&:active {
@ -221,6 +221,6 @@ details {
summary {
cursor: pointer;
line-height: normal;
line-height: 1.25;
}
}