mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:38:47 +08:00
Remove navigation arrows from print
This commit is contained in:
parent
023fe7ef2b
commit
1cad4cc2f6
@ -372,6 +372,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media print {
|
||||||
|
#body #navigation {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
#body .nav {
|
#body .nav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user