Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1fc7df8

Browse files
kwalrathwardbell
authored andcommitted
docs: Fix print styles
closes #665
1 parent 7ed0fce commit 1fc7df8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/resources/css/_print.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.hero::after {
33
content: "Developer Preview Only - some details may change";
44
}
5+
56
/*
67
* Print Styles
78
*
@@ -19,7 +20,9 @@
1920
// HIDE FOR PRINT
2021
.main-nav,
2122
.main-footer,
22-
.cta-bar,
23+
.cta-bar {
24+
display:none;
25+
}
2326

2427
// ZERO OUT MARGIN & PADDING
2528
.l-offset-nav,

0 commit comments

Comments
 (0)