X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=e9bf31c3255b62f622fac26f468858a20c8710f5;hb=65c770d1d8b4b1d6fe3beae9f0ada4bf8f8856cb;hp=fbf0e254b778a447a4679d933a7ebc7c5d9bdc2b;hpb=af9c9be34f416500f9e025e28f39fe89a8c7c345;p=xogo.git diff --git a/common.css b/common.css index fbf0e25..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,6 +61,11 @@ main > div { } #boardContainer { + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; margin: 0; padding: 0; border: none;