Narrower width, hide contributing on small sizes, increase code sample size
This commit is contained in:
parent
d88cc2e810
commit
d4df82249a
|
@ -1,4 +1,4 @@
|
||||||
$content-width: 900px;
|
$content-width: 740px;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Brand colors
|
// Brand colors
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue