Merge pull request #217 from opensearch-project/styling

Narrower width, hide contributing on small sizes, increase code sample size
This commit is contained in:
Andrew Etter 2021-10-11 10:39:34 -07:00 committed by GitHub
commit aa0c445b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$content-width: 900px; $content-width: 740px;
// //
// Brand colors // Brand colors

View File

@ -54,7 +54,7 @@ body {
code { code {
@include monospace; @include monospace;
font-size: 0.75rem; font-size: 0.8rem;
-webkit-font-smoothing: subpixel-antialiased; -webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto; -moz-osx-font-smoothing: auto;
} }
@ -108,6 +108,13 @@ code {
} }
} }
.site-footer {
display: none;
@include mq(lg) {
display: block;
}
}
.external-arrow { .external-arrow {
position: relative; position: relative;
top: 0.125rem; top: 0.125rem;