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