firqaaa commited on
Commit
f2c4f31
·
verified ·
1 Parent(s): e4b0e9c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +24 -0
index.html CHANGED
@@ -42,6 +42,8 @@
42
  flex-wrap: wrap;
43
  justify-content: center;
44
  align-items: center;
 
 
45
  }
46
 
47
  .control-group {
@@ -51,6 +53,28 @@
51
  min-width: 200px;
52
  flex: 1 1 auto;
53
  max-width: 300px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
55
 
56
  .control-group label {
 
42
  flex-wrap: wrap;
43
  justify-content: center;
44
  align-items: center;
45
+ width: 100%;
46
+ box-sizing: border-box;
47
  }
48
 
49
  .control-group {
 
53
  min-width: 200px;
54
  flex: 1 1 auto;
55
  max-width: 300px;
56
+ box-sizing: border-box;
57
+ }
58
+
59
+ /* Mobile-specific adjustments */
60
+ @media (max-width: 767px) {
61
+ .controls {
62
+ flex-direction: column;
63
+ gap: 15px;
64
+ padding: 0;
65
+ }
66
+
67
+ .control-group {
68
+ min-width: 0;
69
+ width: 100%;
70
+ max-width: 100%;
71
+ flex: none;
72
+ }
73
+
74
+ .dimension-inputs {
75
+ max-width: 100%;
76
+ overflow: hidden;
77
+ }
78
  }
79
 
80
  .control-group label {