diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 0149ea5..e5e9550 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -118,16 +118,22 @@ label { .cage-selector{ gap: 15px; + display: flex; + flex-wrap: wrap; } .card { text-align: center; color: var(--text-two); + flex: 1 25%; } + + + .card-photo { height: 200px; - width: 200px; - background-color: #ffffff; + min-width: 200px; + background-color: var(--background-one); box-shadow: 0 0 25px rgba(17, 1, 68, 0.08); border-radius: 8px; position: relative; @@ -175,6 +181,9 @@ input[type="checkbox"]:checked:after { .form-measurements { max-height: 90%; } +.form-measurements input { + width: 70%; +} input.measurement { margin-top: 5%; } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 4e19f89..0ebe6a5 100644 --- a/src/index.html +++ b/src/index.html @@ -48,17 +48,21 @@
- - - - - - - - +
+ + +
+
+ + +
+
+ + +
- +