Fix responsive issues globally
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// Explore Page
|
||||
// .explore {
|
||||
// }
|
||||
:global(.explore) {
|
||||
overflow: hidden;
|
||||
|
||||
&__locations {
|
||||
@include bp (sm, max) {
|
||||
margin-top: 72px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user