Narrower width, hide contributing on small sizes, increase code sample size

This commit is contained in:
aetter 2021-10-07 12:36:10 -07:00
parent d88cc2e810
commit d4df82249a
2 changed files with 9 additions and 2 deletions

View File

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

View File

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