🎨 Prettier

This commit is contained in:
pmarsceill
2020-04-24 15:44:37 +00:00
parent 9cf4451ea1
commit c818624363
11 changed files with 347 additions and 139 deletions

View File

@@ -58,7 +58,9 @@
}
@include mq(lg) {
margin-left: calc((100% - #{$nav-width + $content-width}) / 2 + #{$nav-width});
margin-left: calc(
(100% - #{$nav-width + $content-width}) / 2 + #{$nav-width}
);
}
}
@@ -104,7 +106,6 @@
.navigation,
.site-header,
.site-footer {
width: 100%;
@include mq(lg) {