X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=common.css;h=e9bf31c3255b62f622fac26f468858a20c8710f5;hb=65c770d1d8b4b1d6fe3beae9f0ada4bf8f8856cb;hp=1f1809a2699b6231046a9627cc909cbef8731c40;hpb=e7b64798015851c120b9e8b4872297cfbaa0cb15;p=xogo.git diff --git a/common.css b/common.css index 1f1809a..e9bf31c 100644 --- a/common.css +++ b/common.css @@ -37,7 +37,10 @@ main > div { margin-top: 25vh; min-height: 500px; min-width: 320px; - max-width: 800px; /*useful for rules display only*/ +} + +#gameInfos { + max-width: 800px; } @media(max-height: 800px) { @@ -58,17 +61,14 @@ main > div { } #boardContainer { - margin: 0; - padding: 0; - border: none; - /* attempt https://stackoverflow.com/questions/1719452/how-to-make-a-div-always-full-screen */ position: fixed; width: 100%; height: 100%; left: 0; top: 0; - background: rgba(51,51,51,0.7); - z-index: 10; + margin: 0; + padding: 0; + border: none; } h1 {