summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index 17b1d26..55b6368 100644
--- a/static/style.css
+++ b/static/style.css
@@ -440,6 +440,11 @@ p {
margin-bottom: 1rem;
}
+input:not([type=checkbox]),
+select {
+ height: 1.75rem;
+}
+
.form {
display: flex;
flex-direction: column;
@@ -474,11 +479,6 @@ p {
width: 100%;
}
-.form-row input:not([type=checkbox]),
-.form-row select {
- height: 1.75rem;
-}
-
.form-file-img {
width: 5.25rem;
height: 5.25rem;
@@ -548,7 +548,8 @@ p {
display: block !important;
}
-.d-flex {
+.d-flex,
+.d-flex-desktop {
display: flex !important;
}
@@ -650,6 +651,10 @@ p {
.shop-item-img {
width: 100%;
}
+
+ .d-flex-desktop {
+ flex-direction: column;
+ }
}
@media (prefers-color-scheme: dark) {