Fix spacing?
This commit is contained in:
parent
1c3569fcba
commit
2c9c1cc843
1 changed files with 7 additions and 7 deletions
|
|
@ -49,12 +49,12 @@ h1 {
|
|||
h2 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
padding: 0 0 24px;
|
||||
padding: 0 0 20px;
|
||||
}
|
||||
|
||||
p, ul, ol {
|
||||
margin: 0;
|
||||
padding-bottom: 16px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -168,7 +168,7 @@ aside.navigation {
|
|||
|
||||
dl {
|
||||
margin: 0;
|
||||
padding-bottom: 22px;
|
||||
padding-bottom: 20px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
|
@ -186,14 +186,14 @@ article {
|
|||
grid-area: content;
|
||||
|
||||
h2 {
|
||||
padding: 24px 0
|
||||
padding: 20px 0
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
padding: 12px 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
|
|
@ -374,7 +374,7 @@ footer {
|
|||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ footer {
|
|||
ol {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0 0 24px;
|
||||
margin: 0 0 20px;
|
||||
|
||||
li {
|
||||
line-height: 16px * 1.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue