hide the social icons for print

closes #210
This commit is contained in:
Sahar Jafari 2015-09-15 10:32:24 -07:00 committed by Ward Bell
parent e7a9a46994
commit 389fb1aa79

View File

@ -9,7 +9,8 @@
.side-nav, .side-nav,
.main-nav, .main-nav,
.main-footer, .main-footer,
.cta-bar { .cta-bar,
.social-icons {
display: none !important; display: none !important;
} }