X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=style.css;h=91cee834c83438a92d7b698418e0588587a69f24;hb=6c0ef34689d35ec9deada19903f7e307f5ac618a;hp=dfaa8e4f9fc32c58cc32a73904702cbb26057e70;hpb=bdf1eb444045a785f02bd41c09c49c165a48c665;p=lmno.games diff --git a/style.css b/style.css index dfaa8e4..91cee83 100644 --- 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,6 +254,13 @@ button { padding-top: 0.25em; padding-bottom: 0.25em; width: 200px; + cursor: pointer; +} + +button.inline { + font-size: 72%; + font-weight: bold; + width: auto; } button:hover {