💄 style: center and enlarge iframes (embeds)

This commit is contained in:
welpo
2023-02-24 14:48:06 +01:00
parent 54ae781352
commit 372d696eec

View File

@@ -20,6 +20,16 @@
line-height: 2.4rem;
}
iframe {
border: none;
display:block;
aspect-ratio: 16/9;
width: 100vmin;
max-width: 80%;
margin-left: 10%;
margin-right: 10%;
}
ul {
margin-top: 0;
}