Update inductor.css

Fix for landscape mode.
pull/2/head
miguel 2023-03-26 22:16:05 +11:00
rodzic e6d1b14f28
commit df228ae7da
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

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