X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=77ba9aecf9939bf5b480827a37dca53b66682c90;hb=38a412beadb103b51212c6d87f6fe85ed8ddd4a2;hp=8658bfac67b139eb3a23eb788587e26aae23ed40;hpb=385166a4d682afbdd8e4adc885df9e7a39a5e52f;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index 8658bfac..77ba9aec 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -15,3 +15,32 @@ .card > h3.section.red color: #cc3300 + +#welcome, #help + max-height: 100vh + max-width: 90vw + +@media screen and (max-width: 400px) + #welcome, #help + max-width: 100vw + +#welcome ul + list-style-type: none + +#welcome ul > li + font-family: monospace + +table.list-table + width: 300px + margin: 0 auto + border: 0 + tbody + border: 0 + tr + border: 0 + margin: 0 + padding: 0 + td + padding: 0 + text-align: left + border: 0