chore: links + styles
This commit is contained in:
parent
088a8b775a
commit
e49c99a3d8
16 changed files with 17 additions and 29 deletions
|
@ -463,10 +463,6 @@ article {
|
|||
& [rel="author"] {
|
||||
margin-bottom: var(--sizing-xs);
|
||||
}
|
||||
|
||||
& p:first-of-type {
|
||||
margin-top: var(--sizing-sm);
|
||||
}
|
||||
}
|
||||
|
||||
.footnotes + .banner {
|
||||
|
@ -594,14 +590,8 @@ li {
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
article {
|
||||
& h2 {
|
||||
margin: 0 0 var(--sizing-xs);
|
||||
}
|
||||
|
||||
& p:first-of-type {
|
||||
margin-top: var(--sizing-md);
|
||||
}
|
||||
article h2 {
|
||||
margin: 0 0 var(--sizing-xs);
|
||||
}
|
||||
|
||||
footer nav.social {
|
||||
|
|
Reference in a new issue