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
1 changed files with 2 additions and 1 deletions

View File

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