Add css style for video

This commit is contained in:
Gigi
2023-05-09 21:56:47 +02:00
parent 812d91d521
commit a4a1bd8a80

View File

@@ -201,4 +201,13 @@ h3:hover .headerlink {
.content h2 {
font-size: 1.8rem;
}
}
/* Video */
.flex-vid {
height: 100%;
}
.flex-vid iframe {
width: 100%;
height: 100%;
}