X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=dfaa8e4f9fc32c58cc32a73904702cbb26057e70;hp=2fca6300d6f0ef913358b52ef3e883eaf18f8138;hb=9c92603bbe96c1bb54db5247ba73e7ea447845c1;hpb=7e0909ae536ff9257082815dbcbe17e0cda32b8a diff --git a/style.css b/style.css index 2fca630..dfaa8e4 100644 --- a/style.css +++ b/style.css @@ -124,10 +124,10 @@ body { padding-right: 1em; } -@media screen and (min-width: 620px) and (max-width: 820px) { +@media screen and (min-width: 720px) and (max-width: 820px) { #page { - padding-left: calc(1em + (100% - 820px)/2); - padding-right: calc(1em + (100% - 820px)/2); + padding-left: calc(1em + (100% - 720px)/2); + padding-right: calc(1em + (100% - 720px)/2); } }