Fix a hell of a stupid SCSS issue that blocked everything?!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user