chore: styles
This commit is contained in:
parent
ccafe3cd24
commit
4fec382cd9
3 changed files with 3 additions and 24 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue