summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 912b809..fdaf120 100644
--- a/static/style.css
+++ b/static/style.css
@@ -126,7 +126,7 @@ h1, h2, h3, h4, h5, h6 {
.form input[type="search"],
.form select,
-.form-price,
+.form-range,
.form-price-per {
margin-bottom: 0.5rem;
}
@@ -137,12 +137,12 @@ h1, h2, h3, h4, h5, h6 {
width: 100%;
}
-.form-price {
+.form-range {
display: flex;
gap: 1rem;
}
-.form-price input {
+.form-range input {
flex: 1;
max-width: calc(50% - 0.5rem);
}