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; } }