diff options
Diffstat (limited to 'styles/client/desktop.css')
-rw-r--r-- | styles/client/desktop.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/styles/client/desktop.css b/styles/client/desktop.css index 410b516..2f5bb65 100644 --- a/styles/client/desktop.css +++ b/styles/client/desktop.css @@ -84,7 +84,7 @@ } div.content { - min-width: 70vw; + width: 70vw; min-height: 70vh; display: flex; @@ -135,10 +135,6 @@ margin-top: 10px; } - div.game { - height: 20%; - } - /* Table rules */ |