mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
print: remove menu placeholder in Firefox #335
This commit is contained in:
parent
a7b0443c2a
commit
e572214372
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
display: none;
|
||||
}
|
||||
#body {
|
||||
margin-left: 0;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin-left: 0 !important;
|
||||
min-width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
#body #navigation {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue