Locations: Use grid over flexbox
- More flexible and consistent, avoids weird spacing and centering - TODO: center alone locations on a row?
This commit is contained in:
@@ -3,15 +3,6 @@
|
||||
position: relative;
|
||||
margin-bottom: 48px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin-left: pxVW(72);
|
||||
margin-right: pxVW(72);
|
||||
}
|
||||
@include breakpoint (xl) {
|
||||
margin-left: 72px;
|
||||
margin-right: 72px;
|
||||
}
|
||||
|
||||
&, a * {
|
||||
will-change: transform, opacity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user