From 69606acd979c8f021792cc44dca348c21fae7387 Mon Sep 17 00:00:00 2001 From: Jay Moore Date: Sat, 10 Jun 2023 17:16:56 +0000 Subject: [PATCH] more css hack --- public/css/hyde.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 4451d42..471bbb0 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -227,7 +227,7 @@ a.sidebar-nav-item:focus { .iframe-parent{ width: 94vw; - height: 50vw; + height: 42vw; } @media (min-width: 48em) { @@ -240,34 +240,34 @@ a.sidebar-nav-item:focus { @media (min-width: 76em) { .iframe-parent { width: 60vw; - height: 50vw; + height: 42vw; } } @media (min-width: 90em) { .iframe-parent { width: 58vw; - height: 50vw; + height: 42vw; } } @media (min-width: 94em) { .iframe-parent { width: 55vw; - height: 50vw; + height: 42vw; } } @media (min-width: 104em) { .iframe-parent { width: 50vw; - height: 50vw; + height: 42vw; } } @media (min-width: 114em) { .iframe-parent { width: 45vw; - height: 50vw; + height: 42vw; } } /* Expand to the entire container */