Merge pull request #49 from bluenex/original

fix award-title below resume-item-details in print mode
This commit is contained in:
Joel Glovier
2018-02-06 15:46:40 -05:00
committed by GitHub
+5 -1
View File
@@ -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;
}
}
}
}