christopher commited on
Commit
2d4a4d2
·
verified ·
1 Parent(s): 393b846

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +5 -1
static/styles.css CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  body {
2
  font-family: Arial;
3
  max-width: 1200px;
@@ -12,7 +16,7 @@ body {
12
  }
13
 
14
  #board {
15
- width: 400px;
16
  }
17
 
18
  .info-panel {
 
1
+ :root {
2
+ --board-width: 400px;
3
+ }
4
+
5
  body {
6
  font-family: Arial;
7
  max-width: 1200px;
 
16
  }
17
 
18
  #board {
19
+ width: var(--board-width);
20
  }
21
 
22
  .info-panel {