mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 06:13:32 -06:00
Merge branch 'master' of github.com:pmarsceill/just-the-docs into dark-mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user