Skip to content

Commit

Permalink
Merge pull request jglovier#49 from bluenex/original
Browse files Browse the repository at this point in the history
fix award-title below resume-item-details in print mode
  • Loading branch information
Joel Glovier authored Feb 6, 2018
2 parents 7b2e8c2 + 9e516a2 commit 7751bec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/_resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,13 @@

.resume-item-details {
font-size: 12px;
margin: 0;
margin: 0 0 .75rem;
line-height: .7em;
font-style:italic;

&.award-title {
font-size: 11px;
}
}
}
}

0 comments on commit 7751bec

Please sign in to comment.