chore: links + styles

This commit is contained in:
Cory Dransfeldt 2024-06-14 15:58:03 -07:00
parent 088a8b775a
commit e49c99a3d8
No known key found for this signature in database
16 changed files with 17 additions and 29 deletions

View file

@ -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 {

View file

@ -66,7 +66,6 @@
& .artist-display {
flex-direction: row;
gap: var(--sizing-md);
margin: 0 0 var(--sizing-base) 0;
& .artist-meta {
margin-top: 0;