mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 06:13:32 -06:00
getting this on GH
This commit is contained in:
@@ -73,12 +73,21 @@
|
||||
}
|
||||
|
||||
.page-header {
|
||||
border-bottom: $border $border-color;
|
||||
background-color: $grey-lt-000;
|
||||
|
||||
@include mq(md) {
|
||||
.main-content {
|
||||
background-color: $white;
|
||||
border-bottom: $border $border-color;
|
||||
|
||||
}
|
||||
|
||||
.main-content {
|
||||
padding-top: 0;
|
||||
|
||||
@include mq(md) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-top: $sp-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user