Add video: Let's color the world orange (#43)

Also fixes the video iframe display.
This commit is contained in:
d11n
2023-08-04 13:03:43 +03:00
committed by GitHub
parent 415eae4762
commit 2c67cc0d74
2 changed files with 10 additions and 4 deletions

View File

@@ -205,9 +205,12 @@ h3:hover .headerlink {
/* Video */
.flex-vid {
position: relative;
height: 100%;
padding-bottom: 56.25%;
}
.flex-vid iframe {
position: absolute;
width: 100%;
height: 100%;
}
}