From e3f93e361fae45cf70216e80961ae54444ffdd71 Mon Sep 17 00:00:00 2001 From: Jay Moore Date: Sat, 10 Jun 2023 17:23:29 +0000 Subject: [PATCH] stupid width --- public/css/hyde.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 471bbb0..4f51b4f 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -261,13 +261,13 @@ a.sidebar-nav-item:focus { @media (min-width: 104em) { .iframe-parent { width: 50vw; - height: 42vw; + height: 40vw; } } @media (min-width: 114em) { .iframe-parent { width: 45vw; - height: 42vw; + height: 35vw; } } /* Expand to the entire container */