mirror of
https://github.com/withastro/astro.git
synced 2025-01-24 11:22:13 -05:00
Revert short line-height for <ul>
's (#1121)
This commit is contained in:
parent
bbb6867481
commit
36b7a2724b
1 changed files with 2 additions and 5 deletions
|
@ -89,12 +89,9 @@ h5 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p,
|
||||||
line-height: 1.65em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content ul {
|
.content ul {
|
||||||
line-height: 1.1em;
|
line-height: 1.65em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
|
Loading…
Add table
Reference in a new issue