posts: linux from windows installer

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-04-30 22:17:57 -04:00
parent 617d69a94f
commit 21cfef64fe
7 changed files with 222 additions and 1 deletions

View file

@ -333,13 +333,17 @@ article {
margin: 2*$ls $ls $ls;
}
.mastodon-embed {
.mastodon-embed, .youtube-embed {
display: block;
margin: $ls auto;
width: 100%;
max-width: 30rem !important; // override style attribute they ship by default
border: 0;
}
.youtube-embed {
aspect-ratio: 16 / 9;
}
}
footer {