Locations: Make it temp 3 not-too-large columns
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:
@@ -53,10 +53,17 @@
|
||||
margin-bottom: pxVW(120);
|
||||
}
|
||||
@include breakpoint (xl) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-column-gap: 120px;
|
||||
grid-row-gap: 120px;
|
||||
grid-column-gap: 96px;
|
||||
grid-row-gap: 96px;
|
||||
max-width: 1024px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 184px;
|
||||
|
||||
// To apply when having 4 locations:
|
||||
// grid-template-columns: repeat(4, 1fr);
|
||||
// grid-column-gap: 120px;
|
||||
// grid-row-gap: 120px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user