X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=6f5fedfe442bbb8249752ac4b74c436a86ecea2b;hb=794b8a9863358c4572726c0d89704271efcf2527;hp=4176bf8e30294736f1248ea85025a01bb1d6adfd;hpb=b019d603c837db3e3c2d294a383b6ca1cf4705d4;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index 4176bf8e..6f5fedfe 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -16,12 +16,19 @@ .card > h3.section.red color: #cc3300 -#welcome +#welcome, #help max-height: 100vh max-width: 90vw +.conditional-jump + display: block + +@media screen and (max-width: 710px) + .conditional-jump + display: inline + @media screen and (max-width: 400px) - #welcome + #welcome, #help max-width: 100vw #welcome ul @@ -29,3 +36,18 @@ #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