Update Embed.module.scss

This commit is contained in:
Skythrew
2022-09-19 18:18:21 +02:00
committed by GitHub
parent 1b3c459060
commit 7221f233b1

View File

@@ -146,9 +146,13 @@
top:0; top:0;
left:0; left:0;
cursor:pointer; cursor:pointer;
&.hidden {
display: none;
}
} }
.spoiler_title { .spoiler_title {
text-align: center; text-align: center;
width:100%; margin-inline: auto;
} }