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, 16 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 39f3685..1dc0bc2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -24,6 +24,17 @@ body {
top: 3rem;
}
+.menu {
+ display: flex;
+ gap: 0.75rem 1.5rem;
+ flex-wrap: wrap;
+ margin-bottom: 2rem;
+}
+
+.menu a {
+ color: blue;
+}
+
.list {
display: flex;
flex-wrap: wrap;
@@ -83,6 +94,10 @@ body {
width: 10rem;
}
+.form {
+ margin-bottom: 1rem;
+}
+
.form input[type="search"],
.form select,
.form-price,
@@ -103,7 +118,7 @@ body {
.form-price input {
flex: 1;
- max-width: calc(50% - 0.5rem);
+ max-width: calc(50% - 1rem);
}
.form-price-per input {