mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:49:05 +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;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
#body #navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#body .nav {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user