posts: linux from windows installer
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
617d69a94f
commit
21cfef64fe
7 changed files with 222 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue