Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Dec 8, 2024
1 parent 5ba5093 commit e18b4ed
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
//}
}

0 comments on commit e18b4ed

Please sign in to comment.