LordXido commited on
Commit
3e5305d
·
verified ·
1 Parent(s): 67c391f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -4
style.css CHANGED
@@ -1,7 +1,7 @@
1
  html, body {
2
  margin: 0;
3
  height: 100%;
4
- background: #000;
5
  color: #d7ffe9;
6
  font-family: monospace;
7
  }
@@ -12,13 +12,13 @@ html, body {
12
  width: 100vw;
13
  }
14
 
15
- #viewport {
16
  flex: 1;
17
- background: black;
18
  }
19
 
20
  #console {
21
- width: 380px;
22
  background: #020b0a;
23
  border-left: 1px solid #144;
24
  display: flex;
 
1
  html, body {
2
  margin: 0;
3
  height: 100%;
4
+ background: black;
5
  color: #d7ffe9;
6
  font-family: monospace;
7
  }
 
12
  width: 100vw;
13
  }
14
 
15
+ #gl {
16
  flex: 1;
17
+ display: block;
18
  }
19
 
20
  #console {
21
+ width: 400px;
22
  background: #020b0a;
23
  border-left: 1px solid #144;
24
  display: flex;