Fix line height in Arabic
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user