Fixing margin desktop

This commit is contained in:
sergiotarxz 2023-05-17 07:30:05 +02:00
parent cb5959ae46
commit cead74745b
2 changed files with 6 additions and 0 deletions

View File

@ -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%;

View File

@ -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;