]> git.cworth.org Git - empires-html/blobdiff - style.css
Use a white background on the body element for a narrow screen
[empires-html] / style.css
index 9beda3e89e2408d90645bb91d5fee21f4f67fa47..0c4f01008fb45103d8bb66bbe091e2205bfcd125 100644 (file)
--- a/style.css
+++ b/style.css
@@ -28,6 +28,9 @@ body {
 /* And when the screen is narrow, let's kill the wasted vertical space
    above it too. */
 @media screen and (max-width: 499px) {
+    body {
+        background-color: white;
+    }
     #page {
         margin-top: 0;
         margin-bottom: 0;