From 6cb16661bc48bb11a1ec726c63f76a2a35d2d874 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 20 Mar 2024 05:19:52 -0700 Subject: [PATCH] Remove unneeded bulma css --- assets/theme-css/bulma.css | 12 ------------ assets/theme-css/videos.css | 4 ++++ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/assets/theme-css/bulma.css b/assets/theme-css/bulma.css index 8d4a7176..96a207e0 100644 --- a/assets/theme-css/bulma.css +++ b/assets/theme-css/bulma.css @@ -1,17 +1,5 @@ /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */ /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ -iframe { - border: 0; -} -article, -footer, -header { - display: block; -} -span { - font-style: inherit; - font-weight: inherit; -} .container { flex-grow: 1; margin: 0 auto; diff --git a/assets/theme-css/videos.css b/assets/theme-css/videos.css index f0dfcab2..51f9a449 100644 --- a/assets/theme-css/videos.css +++ b/assets/theme-css/videos.css @@ -1,3 +1,7 @@ +iframe { + border: 0; +} + .youtube { width: 100%; display: flex;