From df228ae7da435f3b697b5239ccb8ad245d548869 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:16:05 +1100 Subject: [PATCH] Update inductor.css Fix for landscape mode. --- inductor.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inductor.css b/inductor.css index e336493..b668ddd 100644 --- a/inductor.css +++ b/inductor.css @@ -104,13 +104,15 @@ div input { } section div.inductor-container { - height: 100vh; + height: 75vh; width: 100vw; + /*height: 100vh; + width: 100vw;*/ box-sizing: border-box; } section div.slider_container { - width: 100%; + width: 100vw; } }