From 7ca3b283b36dcb0a78db1c19fbf36cde2450f1c3 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sat, 9 Sep 2023 10:04:23 +0200 Subject: [PATCH] fuck up the stretch --- content/posts/nixcon2023/slides/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/nixcon2023/slides/styles.css b/content/posts/nixcon2023/slides/styles.css index 4364fb9..fb793c6 100644 --- a/content/posts/nixcon2023/slides/styles.css +++ b/content/posts/nixcon2023/slides/styles.css @@ -9,6 +9,14 @@ max-width: var(--slide-width); } +.slides section.video { + max-width: 100vw; +} + +.r-stretch { + max-width: 100% !important; +} + :root { --r-heading-text-transform: none !important; --r-background-color: #190022 !important;