change absolute positioning for margins
This commit is contained in:
parent
83f5aa5200
commit
d5b0aaea68
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user