hauteur filtres

This commit is contained in:
2025-05-25 22:05:08 +02:00
parent 431c0bd42b
commit 5515bcafa1
2 changed files with 6 additions and 6 deletions
@@ -127,7 +127,7 @@
.view-filters{
position: sticky;
align-self: start;
top: 14rem;
top: 21rem;
left: 0;
background-color: $white;
margin-bottom: 5rem;
@@ -135,8 +135,8 @@
padding-left: 2rem;
padding-right: 1.5rem;
z-index: 1;
transform: translateY(-100px);
margin-bottom: -100px;
transform: translateY(-210px);
margin-bottom: -210px;
@media (max-width: 810px) {
position: static;