diff --git a/src/assets/css/style.css b/src/assets/css/style.css index fc08130..b818bb5 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -178,4 +178,9 @@ input[type="checkbox"] { input.measurement { margin-top: 5%; -} \ No newline at end of file +} + +.container-inputs { + display: flex; + flex-wrap: wrap; +} diff --git a/src/index.html b/src/index.html index 6eab88c..7cd771a 100644 --- a/src/index.html +++ b/src/index.html @@ -69,23 +69,27 @@ -
-
- - -
-
-
- -
-
- - - +
+
+ +
+
+ + + +
+
+
+ +
+
+ +
+
@@ -190,10 +194,11 @@ } - function updateViaManualMeasurements () { + function updateViaManualMeasurements() { markActiveCage("ManualMeasurements"); update(); } + function update() { const width = inputWidth.value const depth = inputDepth.value