fix: 💄 missing block margin on ref image component
This commit is contained in:
parent
a72c55ab15
commit
b29c9354d5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
place-content: center;
|
place-content: center;
|
||||||
row-gap: 1rem;
|
row-gap: 1rem;
|
||||||
|
|
||||||
margin-block: 0;
|
margin-block: 2em;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
|
|
||||||
.nsfw &:has(.image.nsfw) {
|
.nsfw &:has(.image.nsfw) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue