reduced line height, mt on dt
This commit is contained in:
parent
7fa6e6d005
commit
ea0e813742
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
max-width: 70ch;
|
||||
line-height: 1.5;
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
|
@ -9,6 +9,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-size: inherit;
|
||||
}
|
||||
|
||||
dt:not(:first-child) {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue