Skip to content

Commit 87f13de

Browse files
author
David Alger
committed
Adjust print stylesheet margins for better readability
1 parent a6600ad commit 87f13de

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

css/app.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/print.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/print.scss

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Print Styles */
12

23
* {
34
text-shadow: none !important;
@@ -44,14 +45,18 @@ p, h2, h3 {
4445
h2, h3 {
4546
page-break-after:avoid
4647
}
47-
.site-header, .nav-main, #footer-wrap, .sidebar, .improve-page, .page-intro {
48+
.site-header, .nav-main, .footer, .copyright-links, .sidebar, .improve-page, .page-intro {
4849
display: none;
4950
}
5051
.content {
51-
width: 90%;
52+
width: auto;
5253
float: none;
5354
padding: 0;
5455
}
55-
.content-wrap {
56+
.container, .content-wrap, .main-container, .home-section:last-child {
5657
padding: 0;
5758
}
59+
#copyright {
60+
border: 0;
61+
padding: 1em 0;
62+
}

0 commit comments

Comments
 (0)