Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 4be1bbf

Browse files
committed
Improved printing support
In the printed version of each page/post - Scaled down the screenshots - Included the date and my name
1 parent 650c711 commit 4be1bbf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sass/custom/_print.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ a.basic-alignment {
6262
display: none !important;
6363
}
6464

65+
img {
66+
max-width: 100%;
67+
height: auto;
68+
}
69+
6570
.github-fork-ribbon-wrapper {
6671
display: none !important;
6772
}

source/stylesheets/print.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)