]> git.cworth.org Git - lmno.games/blobdiff - style.css
style: Use a pointer cursor for the button element
[lmno.games] / style.css
index 2fca6300d6f0ef913358b52ef3e883eaf18f8138..e71f222be2cbdf77713b81758faa8a29f3b831ac 100644 (file)
--- 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);
     }
 }
 
@@ -254,6 +254,12 @@ button {
     padding-top: 0.25em;
     padding-bottom: 0.25em;
     width: 200px;
+    cursor: pointer;
+}
+
+button.inline {
+    font-size: 100%;
+    width: auto;
 }
 
 button:hover {