OSDN Git Service

[update] : ボックスの動的表示
authorhayao <shun819.mail@gmail.com>
Tue, 8 Sep 2020 06:28:34 +0000 (15:28 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 8 Sep 2020 06:28:34 +0000 (15:28 +0900)
alteriso-options-generator/pc.css

index 5758a37..ee25ae0 100644 (file)
@@ -37,7 +37,10 @@ select, input[type="text"], input[type="password"]{
 }
 
 .option_box_child {
-    width: 20%;
+    /* flex-basis: 15%; */
+    flex-grow: 1;
+    max-width: 20%;
+    min-width: 15%;
     padding: 1%;
 }