Change margin on small screens

This commit is contained in:
elweyn 2023-03-13 10:31:32 +01:00
parent 6858fa58ab
commit 50e5a4e8aa

View File

@ -350,6 +350,11 @@ export default {
border-radius: 7px; border-radius: 7px;
background-color: #f5f4f6; background-color: #f5f4f6;
} }
@media screen and (max-width: 656px) {
.filterButtonMenu {
margin-top: -50px;
}
}
#my-filter { #my-filter {
background-color: white; background-color: white;
box-shadow: rgb(189 189 189) 1px 9px 15px 1px; box-shadow: rgb(189 189 189) 1px 9px 15px 1px;