Fix ratio

This commit is contained in:
Damillora 2019-09-28 18:08:15 +07:00
parent 0afc56d32e
commit 7f402fa70a

View File

@ -31,7 +31,7 @@ body {
.gradient {
display: none;
}
@media only screen and (max-aspect-ratio: 9/5) {
@media only screen and (max-aspect-ratio: 8/5) {
body {
margin-left: 0px;
margin-right: 0px;