fix: spacing
This commit is contained in:
parent
00e071563e
commit
f295537958
4 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,6 @@
|
|||
.mastodon-post-wrapper {
|
||||
margin-bottom: var(--spacing-base);
|
||||
|
||||
& dl,
|
||||
dt {
|
||||
display: flex;
|
||||
|
@ -15,4 +17,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -34,9 +34,7 @@ article {
|
|||
|
||||
p + .associated-media,
|
||||
img + .associated-media,
|
||||
.banner + .associated-media,
|
||||
.client-side ~ .associated-media,
|
||||
youtube-video + .associated-media {
|
||||
.banner + .associated-media {
|
||||
margin-top: var(--spacing-base);
|
||||
border-top: var(--border-gray);
|
||||
}
|
||||
|
|
Reference in a new issue