Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- 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:
|
| 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 {
|