Fix responsive margins and spacing around the globe
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
.browse {
|
||||
width: 100%;
|
||||
margin-top: 72px;
|
||||
margin-bottom: 72px;
|
||||
overflow: hidden;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
@@ -50,6 +48,7 @@
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-column-gap: pxVW(96);
|
||||
grid-row-gap: pxVW(120);
|
||||
// TODO: center alone locations on a row?
|
||||
min-height: 200px;
|
||||
margin-top: 112px;
|
||||
margin-bottom: pxVW(120);
|
||||
|
||||
Reference in New Issue
Block a user