fix layout by increasing li line height (thx to @Profpatsch)
This commit is contained in:
parent
d42af29e63
commit
1e2a5c925d
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ html a:visited {
|
|||
color: black;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 0.5em 0;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue