summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-12-19 16:03:45 +0600
committerunwox <me@unwox.com>2024-12-19 16:13:42 +0600
commit441d7fd5a5a0ccf8d53238d717ec5119024cbbfa (patch)
tree0ab998dfaaddd0d6bcde9aa6d398364fc996531f /static
parentd3a445ad7270e788812dd16e19a2820fc70a91b6 (diff)
parse teaware volume and let users filter by it
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);
}