diff options
Diffstat (limited to 'client-web/public/assets/style/master.css')
-rw-r--r-- | client-web/public/assets/style/master.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index 074f39a..e08e8c2 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -35,9 +35,6 @@ body.start { body { font-weight: 300; background-color: var(--bg-dark); - height: 100vh; - width: 100vw; - justify-content: left; } h1 { @@ -147,10 +144,6 @@ button:disabled, display: flex; } -.room { - width: 100%; -} - #room-id-input { padding: 0.5em; font-size: x-large; |