diff --git a/core/style.css b/core/style.css index 12f082e..0b9517f 100644 --- a/core/style.css +++ b/core/style.css @@ -243,14 +243,12 @@ body { background-image: var(--background-image); color: var(--main-text, #000000); margin: 8px; - position: absolute; - left: 0px; right: 0px; } @media only screen and (orientation: landscape) { body { - top: 0px; - left: 64px; + margin-top: 8px; + margin-left: 72px; } }