chore: styles

This commit is contained in:
Cory Dransfeldt 2024-06-01 07:26:28 -07:00
parent ccafe3cd24
commit 4fec382cd9
No known key found for this signature in database
3 changed files with 3 additions and 24 deletions

View file

@ -382,10 +382,6 @@ article {
margin-top: 0;
}
article.tag-post:last-of-type {
border-bottom: none;
}
.article-widget-wrapper {
border-bottom: 1px solid var(--gray-light);
margin-bottom: var(--sizing-base);
@ -478,15 +474,6 @@ article {
}
}
.tag-element {
margin-bottom: var(--sizing-lg);
display: inline-block;
&:not(:last-child) {
margin-right: var(--sizing-lg);
}
}
/* buttons */
button {
appearance: none;
@ -640,14 +627,6 @@ li {
}
}
.tag-element {
margin-bottom: var(--sizing-sm);
&:not(:last-child) {
margin-right: var(--sizing-sm);
}
}
footer nav.social {
gap: var(--sizing-md);
}