blog post

This commit is contained in:
Will McGugan
2022-11-20 13:55:29 +00:00
parent e968ca0e50
commit 47941e9eaa
2 changed files with 151 additions and 0 deletions

View File

@@ -24,3 +24,21 @@ body[data-md-color-primary="black"] .excalidraw svg rect {
.excalidraw {
text-align: center;
}
.video-wrapper {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
padding-bottom: 56.25%;
}
.video-wrapper > iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}