mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 06:13:32 -06:00
🎨 Prettier
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user