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:
2020-04-09 23:17:13 +02:00
parent 6d27fcb5d8
commit 3f7dd758b8
2 changed files with 9 additions and 16 deletions

View File

@@ -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;
}