Skip to content

Commit

Permalink
Merge pull request #99 from cfpb/tool-print-formatting
Browse files Browse the repository at this point in the history
Tools: Set print styles to full width
  • Loading branch information
wpears authored Jan 1, 2020
2 parents a98ced1 + c243e2f commit 03837e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/tools/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@
margin: 3rem 0;
padding-right: 75px;
}

@media print {
.Tools #main-content{
width: 100%;
}

.Tools #main-content .grid .item {
flex: 0 450px;
margin: 3rem 0;
padding-right: 75px;
}
}

0 comments on commit 03837e8

Please sign in to comment.