mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
correct mobile margins.
This commit is contained in:
parent
600ab5ad51
commit
5afdbb314b
2 changed files with 6 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
bottom: 100px;
|
bottom: 37px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,9 @@
|
||||||
|
|
||||||
#hamburger-menu {
|
#hamburger-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 63px
|
top: 63px;
|
||||||
|
// compensate on the other end for this top
|
||||||
|
.hamburger-body {
|
||||||
|
bottom: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue