X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=91cee834c83438a92d7b698418e0588587a69f24;hp=2fca6300d6f0ef913358b52ef3e883eaf18f8138;hb=dc30408e928cdd6276402d6fb4faa39d81e5eabe;hpb=7e0909ae536ff9257082815dbcbe17e0cda32b8a diff --git a/style.css b/style.css index 2fca630..91cee83 100644 --- a/style.css +++ b/style.css @@ -119,15 +119,15 @@ body { margin-left: auto; margin-right: auto; padding-top: 0; - padding-bottom: 0; + padding-bottom: 2em; padding-left: 1em; 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,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 {