Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -12,12 +12,10 @@ html, body {
|
|
| 12 |
width: 100vw;
|
| 13 |
}
|
| 14 |
|
| 15 |
-
#gl {
|
| 16 |
-
flex: 1;
|
| 17 |
-
}
|
| 18 |
|
| 19 |
#console {
|
| 20 |
-
width:
|
| 21 |
background: #020b0a;
|
| 22 |
border-left: 1px solid #144;
|
| 23 |
display: flex;
|
|
|
|
| 12 |
width: 100vw;
|
| 13 |
}
|
| 14 |
|
| 15 |
+
#gl { flex: 1; }
|
|
|
|
|
|
|
| 16 |
|
| 17 |
#console {
|
| 18 |
+
width: 440px;
|
| 19 |
background: #020b0a;
|
| 20 |
border-left: 1px solid #144;
|
| 21 |
display: flex;
|