]> git.cworth.org Git - lmno.games/blobdiff - style.css
style: Force some padding at the bottom of the page.
[lmno.games] / style.css
index 5128982a44d5e52f1c9387b8b9a7d6a753e3c72d..91cee834c83438a92d7b698418e0588587a69f24 100644 (file)
--- a/style.css
+++ b/style.css
@@ -119,7 +119,7 @@ body {
     margin-left: auto;
     margin-right: auto;
     padding-top: 0;
-    padding-bottom: 0;
+    padding-bottom: 2em;
     padding-left: 1em;
     padding-right: 1em;
 }
@@ -254,10 +254,12 @@ button {
     padding-top: 0.25em;
     padding-bottom: 0.25em;
     width: 200px;
+    cursor: pointer;
 }
 
 button.inline {
-    font-size: 100%;
+    font-size: 72%;
+    font-weight: bold;
     width: auto;
 }