mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +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;
|
display: none;
|
||||||
}
|
}
|
||||||
#body {
|
#body {
|
||||||
margin-left: 0;
|
margin-left: 0 !important;
|
||||||
min-width: 100%;
|
min-width: 100% !important;
|
||||||
max-width: 100%;
|
max-width: 100% !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
#body #navigation {
|
#body #navigation {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue