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

Commit 253ad57

Browse files
committed
Fix print styles
1 parent d5e213b commit 253ad57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/resources/css/_print.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
.side-nav,
1010
.main-nav,
1111
.main-footer,
12-
.cta-bar,
12+
.cta-bar {
13+
display:none;
14+
}
1315

1416
// ZERO OUT MARGIN & PADDING
1517
.l-offset-nav,
@@ -28,4 +30,4 @@
2830
.hero-subtitle {
2931
color: $steel;
3032
}
31-
}
33+
}

0 commit comments

Comments
 (0)