From 84455718550c892580b1c45ac1b2102f7ed03c23 Mon Sep 17 00:00:00 2001 From: nq4t Date: Thu, 26 Jan 2023 03:19:45 +0000 Subject: [PATCH] getting closer --- public/css/hyde.css | 8 +++++++- public/css/poole.css | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 14cc9e0..944a141 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -200,8 +200,14 @@ a.sidebar-nav-item:focus { } } -.iframe-parent{ +@media (min-width: 64em) { +.iframe-parent { width: 45vw; + height: 75vw; +} +} +.iframe-parent{ + width: 94vw; height: 75vh; } diff --git a/public/css/poole.css b/public/css/poole.css index e0090cc..cc5e372 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -315,7 +315,7 @@ tbody tr:nth-child(odd) th { */ .container { - max-width: 64rem; + max-width: 38rem; padding-left: 1rem; padding-right: 1rem; margin-left: auto;