From a4a1bd8a80940966b2154ce9cd63807e5cecec95 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 9 May 2023 21:56:47 +0200 Subject: [PATCH] Add css style for video --- css/21.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/21.css b/css/21.css index b3214af..7195b34 100644 --- a/css/21.css +++ b/css/21.css @@ -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%; } \ No newline at end of file