Fix responsive issues globally

This commit is contained in:
2022-07-11 21:41:28 +02:00
parent 310f7e5a44
commit 68b3f65dd3
7 changed files with 45 additions and 22 deletions

View File

@@ -1,3 +1,10 @@
// Explore Page
// .explore {
// }
:global(.explore) {
overflow: hidden;
&__locations {
@include bp (sm, max) {
margin-top: 72px;
}
}
}