Fixing margin desktop
This commit is contained in:
parent
cb5959ae46
commit
cead74745b
@ -241,6 +241,8 @@ body {
|
||||
margin-left: 0%; } }
|
||||
|
||||
@media (min-width: 1100px) {
|
||||
body div#first-box.margin {
|
||||
margin-top: 0px; }
|
||||
body div.page-contents {
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
|
@ -394,6 +394,9 @@ body {
|
||||
|
||||
@media (min-width: 1100px) {
|
||||
body {
|
||||
div#first-box.margin {
|
||||
margin-top: 0px;
|
||||
}
|
||||
div.page-contents {
|
||||
nav.mobile-foldable, nav.mobile-foldable.show {
|
||||
display: none;
|
||||
@ -404,6 +407,7 @@ body {
|
||||
}
|
||||
|
||||
nav.desktop {
|
||||
|
||||
display: block;
|
||||
height: auto;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user