Fix a hell of a stupid SCSS issue that blocked everything?!

This commit is contained in:
2022-07-12 12:07:26 +02:00
parent c21df61fa2
commit 257691d208
2 changed files with 5 additions and 6 deletions

View File

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