|
@@ -13,7 +13,7 @@
|
|
|
display: flex;
|
|
|
flex-flow: column wrap;
|
|
|
justify-content: space-between;
|
|
|
- margin-top: #{5 + map-deep-get($config-global, "spacing", "vertical")};
|
|
|
+ margin-top: #{2 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
max-width: 100vw;
|
|
|
min-height: #{110 - map-deep-get($config-global, "spacing", "vertical")};
|
|
|
padding-top: #{0.5 * map-deep-get($config-global, "spacing", "vertical")};
|
|
@@ -91,11 +91,12 @@
|
|
|
|
|
|
@include media(laptop) {
|
|
|
flex-flow: row wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
|
|
|
.site-branding,
|
|
|
.main-navigation,
|
|
|
.social-navigation {
|
|
|
- margin: 0;
|
|
|
+ margin: 0 #{0.5 * map-deep-get($config-global, "spacing", "horizontal")};
|
|
|
width: 33.3333%;
|
|
|
width: calc(33.3333% - #{map-deep-get($config-global, "spacing", "horizontal")})
|
|
|
}
|