diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 07a5221..870c13e 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1,14 +1,39 @@ -// Print-only styles. @media print { - .side-bar, - .page-header { - display: none; - } - .main-content { - max-width: auto; - margin: 1em; - } - .h2 { - font-size: 999px; - } - } \ No newline at end of file + + .site-footer, + .site-button, + #edit-this-page, + #back-to-top, + .site-nav, + .main-header { + display: none !important; + } + + .side-bar { + width: 33%; + height: auto; + border-right: 0 !important; + } + + .site-header { + border-bottom: 1px solid $border-color; + } + + .site-title { + font-size: 1rem !important; + font-weight: 700 !important; + } + + .text-small { + font-size: 8pt !important; + } + + pre.highlight { + border: 1px solid $border-color; + } + + .main { + max-width: none; + margin-left: 0; + } +} \ No newline at end of file