From 83fff26a5351e1829db4265c9490244a9cee8737 Mon Sep 17 00:00:00 2001 From: aetter Date: Fri, 20 Aug 2021 16:21:46 -0700 Subject: [PATCH] Minor styling fixes --- _sass/custom/custom.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 751cca25..7eec6c3e 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -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; } @@ -231,6 +231,13 @@ p.label { } } +.site-footer { + display: none; + @include mq(md) { + display: block; + } +} + .main { @include mq(xl) { margin-left: calc((100% - #{$nav-width + $content-width + $toc-width}) / 2 + #{$nav-width}); @@ -460,6 +467,7 @@ main { } .main-content { + font-size: 1rem; h1, h2, h3, h4, h5, h6 { a { @include link-alternate;