change absolute positioning for margins

This commit is contained in:
Wirlaburla 2024-09-19 22:20:04 -05:00
parent 83f5aa5200
commit d5b0aaea68

View File

@ -243,14 +243,12 @@ body {
background-image: var(--background-image); background-image: var(--background-image);
color: var(--main-text, #000000); color: var(--main-text, #000000);
margin: 8px; margin: 8px;
position: absolute;
left: 0px; right: 0px;
} }
@media only screen and (orientation: landscape) { @media only screen and (orientation: landscape) {
body { body {
top: 0px; margin-top: 8px;
left: 64px; margin-left: 72px;
} }
} }