Skip to content

Commit

Permalink
Fixed some print styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jwanglof committed Aug 23, 2016
1 parent bb98f02 commit e388722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions cv/css/print.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@media print {
#johan {
display: block;
text-align: center;
page-break-after: always; }
.contact-information {
padding-top: 25px; }
#johan .cover-letter {
text-align: left; }
body, h1, h2, h3, ol, ul, div {
width: auto;
border: 0;
Expand Down
6 changes: 4 additions & 2 deletions cv/scss/print.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
@media print {
#johan {
display: block;
text-align: center;
page-break-after: always;

.cover-letter {
text-align: left;
}
}

.contact-information {
padding-top: 25px;
}

body, h1, h2, h3, ol, ul, div {
Expand Down

0 comments on commit e388722

Please sign in to comment.