mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
Remove navigation arrows from print
This commit is contained in:
parent
023fe7ef2b
commit
1cad4cc2f6
1 changed files with 5 additions and 0 deletions
|
@ -372,6 +372,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
|
|||
display: table;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
#body #navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#body .nav {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue