From a25de21dfe350cd52a1cdf880b613c58b796b722 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:22:11 +0800 Subject: [PATCH] Remove embedded YouTube video style --- src/assets/css/main.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/assets/css/main.css b/src/assets/css/main.css index e951f177..a42a9f98 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -445,21 +445,6 @@ main { padding: 0 1rem; } -/* Embedded YouTube video */ -.full-width-youtube-video { - position: relative; - padding-bottom: 56.25%; - height: 0; -} - -.full-width-youtube-video iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - /* Web button lists */ .web-btn-wrapper { display: flex;