Adding some styles to support a clean, printable format. Two resume's in one! 📄 🎉

Signed-off-by: Bryan Culver <me@bryanculver.com>
This commit is contained in:
Bryan Culver
2017-01-10 12:22:27 -05:00
parent 0007b6c057
commit f13d8966e4
5 changed files with 118 additions and 5 deletions
+6
View File
@@ -94,4 +94,10 @@
border-top: 4px solid #c7c7c7;
border-bottom: 2px solid #c7c7c7;
padding: .2rem 0 .4rem;
}
@mixin section_border_thin {
border-top: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
padding: .2rem 0 .2rem;
}