]> git.cworth.org Git - lmno.games/blobdiff - style.css
Add two buttons to allow the player to choose a team to join
[lmno.games] / style.css
index 2fca6300d6f0ef913358b52ef3e883eaf18f8138..5128982a44d5e52f1c9387b8b9a7d6a753e3c72d 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);
     }
 }
 
@@ -256,6 +256,11 @@ button {
     width: 200px;
 }
 
+button.inline {
+    font-size: 100%;
+    width: auto;
+}
+
 button:hover {
     transform: translateY(-1px);
     background-color: var(--accent-color-bright);