Merge pull request #1029 from ae-utbm/product-filter

add club and counter filters on product list page
This commit is contained in:
thomas girod
2025-02-26 16:20:03 +01:00
committed by GitHub
4 changed files with 64 additions and 23 deletions

View File

@ -464,7 +464,7 @@ body {
flex-wrap: wrap;
$col-gap: 1rem;
$row-gap: 0.5rem;
$row-gap: $col-gap / 3;
&.gap {
column-gap: $col-gap;