[10] [web responsive]: hide header when print directly from browser

This commit is contained in:
Fanha Giang
2017-11-28 15:26:38 +07:00
parent 5f3ff1de5d
commit 71bbedd4d0
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@
header {
margin: 0;
padding: 0;
@media print {
display: none;
}
> .main-nav {
display: block;