Merge branch 'master' of github.com:pmarsceill/just-the-docs into dark-mode

This commit is contained in:
Patrick Marsceill
2018-11-16 12:40:35 -05:00
4135 changed files with 2862 additions and 399323 deletions

View File

@@ -80,7 +80,6 @@
@include mq(md) {
background-color: $body-background-color;
border-bottom: $border $border-color;
}
.main-content {
@@ -88,8 +87,11 @@
@include mq(md) {
display: flex;
justify-content: space-between;
justify-content: flex-end;
height: 60px;
padding-top: $sp-4;
padding-bottom: $sp-4;
border-bottom: $border $border-color;
}
}
}