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

Commit 0cb76af

Browse files
committed
Fix print styles
1 parent 38e75c8 commit 0cb76af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

public/resources/css/_print.scss

Lines changed: 5 additions & 2 deletions
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,
@@ -45,7 +48,7 @@
4548
code {
4649
background: transparent;
4750
display: inline-block;
48-
}
51+
}
4952
th {
5053
background: #4D6A79;
5154
color: white;

0 commit comments

Comments
 (0)