Skip to content

Commit

Permalink
GW-32 Hide page header CTA from print
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Jan 22, 2018
1 parent 223d060 commit 8ffce61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/page-header/_page-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@
display: block;
margin: 0;
}

@media print {
&__cta {
display: none;
}
}
}

0 comments on commit 8ffce61

Please sign in to comment.