style: libsass gone rip o7

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-07-30 00:58:47 -04:00
parent de8a309c4b
commit 996f6466cf
5 changed files with 64 additions and 23 deletions

View file

@ -332,6 +332,14 @@ article {
hr {
margin: 2*$ls $ls $ls;
}
.mastodon-embed {
display: block;
margin: $ls auto;
width: 100%;
max-width: 30rem !important; // override style attribute they ship by default
border: 0;
}
}
footer {