mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
print: hide sidebar on Mac #183
This commit is contained in:
parent
269fd5ed95
commit
f053f5a4bf
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
#body {
|
||||
margin-left: 0;
|
||||
}
|
||||
#body #navigation {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue