- Footer links icons - Browse locations
This commit is contained in:
@@ -71,7 +71,11 @@
|
|||||||
transition: color 85ms $ease-inout;
|
transition: color 85ms $ease-inout;
|
||||||
|
|
||||||
img, svg {
|
img, svg {
|
||||||
margin-right: 16px;
|
margin-right: 8px;
|
||||||
|
|
||||||
|
@include breakpoint (sm) {
|
||||||
|
margin-right: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hover
|
// Hover
|
||||||
|
|||||||
@@ -38,16 +38,17 @@
|
|||||||
// Locations
|
// Locations
|
||||||
&__locations {
|
&__locations {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
margin-top: 112px;
|
margin-top: 72px;
|
||||||
|
|
||||||
@include breakpoint (sm) {
|
@include breakpoint (sm) {
|
||||||
display: flex;
|
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;
|
justify-content: center;
|
||||||
margin-bottom: pxVW(232);
|
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) {
|
@include breakpoint (xl) {
|
||||||
margin-bottom: 232px;
|
margin-bottom: 232px;
|
||||||
|
|||||||
Reference in New Issue
Block a user