Skip to content

Commit

Permalink
Adjust page header in print
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuncie authored Jun 15, 2017
1 parent ae3b5ce commit 4d7d098
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $para-font: 'Work Sans', sans-serif;

@media print {
body {
font-size: 50%;
margin: 0 30px;
}
}

Expand All @@ -35,6 +35,9 @@ p {
@media print {
height: auto;
background: none;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
}
}

Expand Down

0 comments on commit 4d7d098

Please sign in to comment.