X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=4cb0b3f7fc945be370b2547711e17c418618e341;hp=90ee7bd20ad28462851fcbe5119fec9b0615705c;hb=d54163b95cb2461593faf2656fbfd4d53437a8df;hpb=8db32e8a3caaf682590d302c8453a9859ee63007 diff --git a/style.css b/style.css index 90ee7bd..4cb0b3f 100644 --- a/style.css +++ b/style.css @@ -38,6 +38,16 @@ body { background-color: white; } +/* For a small screen (in either width or height) change the + * background of the body element to white so the application always + * appears as if it is "full screen". + */ +@media screen and (max-width: 500px) and (max-height: 860px) { + body { + background-color: white; + } +} + /* We never let the page content get larger than a large fixed width. * * And when the screen is wide enough, we can afford some "wasted"