Spaces:
Running
Running
Update styles.css
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -17,7 +17,7 @@ body, html {
|
|
17 |
|
18 |
.game-container {
|
19 |
position: relative;
|
20 |
-
width:
|
21 |
max-width: 800px;
|
22 |
height: 100%;
|
23 |
max-height: 600px;
|
@@ -28,7 +28,7 @@ body, html {
|
|
28 |
|
29 |
#game-area {
|
30 |
position: relative;
|
31 |
-
width:
|
32 |
height: 100%;
|
33 |
max-width: 800px;
|
34 |
max-height: 600px;
|
|
|
17 |
|
18 |
.game-container {
|
19 |
position: relative;
|
20 |
+
width: 100%;
|
21 |
max-width: 800px;
|
22 |
height: 100%;
|
23 |
max-height: 600px;
|
|
|
28 |
|
29 |
#game-area {
|
30 |
position: relative;
|
31 |
+
width: 100%;
|
32 |
height: 100%;
|
33 |
max-width: 800px;
|
34 |
max-height: 600px;
|