From 752ebaf04944ec1b6422bf76112180edd793e951 Mon Sep 17 00:00:00 2001 From: nq4t Date: Thu, 26 Jan 2023 03:55:22 +0000 Subject: [PATCH] put the code down flip it and reverse it --- public/css/hyde.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 34585cb..c0a6ac7 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -204,22 +204,16 @@ a.sidebar-nav-item:focus { height: 75vh; } -@media (min-width: 114em) { -.iframe-parent { - width: 45vw; - height: 75vw; -} -} -@media (min-width: 104em) { +@media (min-width: 48em) { .iframe-parent { width: 50vw; height: 75vw; } } -@media (min-width: 94em) { +@media (min-width: 76em) { .iframe-parent { - width: 55vw; + width: 60vw; height: 75vw; } } @@ -231,19 +225,25 @@ a.sidebar-nav-item:focus { } } -@media (min-width: 76em) { +@media (min-width: 94em) { .iframe-parent { - width: 60vw; + width: 55vw; height: 75vw; } } -@media (min-width: 48em) { + +@media (min-width: 104em) { .iframe-parent { width: 50vw; height: 75vw; } } - +@media (min-width: 114em) { +.iframe-parent { + width: 45vw; + height: 75vw; +} +} /* Expand to the entire container */ iframe{ width: 100%;