- Footer links icons - Browse locations
This commit is contained in:
@@ -71,7 +71,11 @@
|
||||
transition: color 85ms $ease-inout;
|
||||
|
||||
img, svg {
|
||||
margin-right: 16px;
|
||||
margin-right: 8px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
// Hover
|
||||
|
||||
@@ -38,16 +38,17 @@
|
||||
// Locations
|
||||
&__locations {
|
||||
min-height: 200px;
|
||||
margin-top: 112px;
|
||||
margin-top: 72px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
display: flex;
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
grid-column-gap: 120px;
|
||||
grid-row-gap: pxVW(120);
|
||||
justify-content: center;
|
||||
margin-bottom: pxVW(232);
|
||||
margin-top: 112px;
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
// grid-column-gap: 120px;
|
||||
// grid-row-gap: pxVW(120);
|
||||
}
|
||||
@include breakpoint (xl) {
|
||||
margin-bottom: 232px;
|
||||
|
||||
Reference in New Issue
Block a user