From e18b4ed82af6f35bab805a9ee33c03ef0cf1ffd1 Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Sun, 8 Dec 2024 15:44:54 -0500 Subject: [PATCH] styles --- _sass/custom/custom.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index fb75981..eb2cc6e 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -121,4 +121,36 @@ figure.captioned-image { blockquote, p.note, p.warning, p.important, p.idea { clear: right; // callouts will appear below floating photos, like h1 and h2 } + +// Print-only styles. +@media print { + //.side-bar, + //.page-header, + //.site-header { + // display: none; + //} + + .body { + font-size: 0.9rem; + } + + .main-content { + max-width: auto; + width: auto; + padding: 0; + margin: 0; + line-height: 1.2; + } + + .main-content-wrap { + padding: 0; + margin: 0; + max-width: auto; + width: auto; + } + + //.side-bar + .main { + // margin: auto; + //} + } \ No newline at end of file