From 441d7fd5a5a0ccf8d53238d717ec5119024cbbfa Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 19 Dec 2024 16:03:45 +0600 Subject: parse teaware volume and let users filter by it --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') 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); } -- cgit v1.2.3