woletee
commited on
Commit
·
c430896
1
Parent(s):
398a491
adding or modifying the size for the grids
Browse files- static/styles.css +2 -2
static/styles.css
CHANGED
@@ -32,8 +32,8 @@ h1, h2, h3 {
|
|
32 |
}
|
33 |
|
34 |
.cell {
|
35 |
-
width:
|
36 |
-
height:
|
37 |
border: 1px solid #333;
|
38 |
}
|
39 |
|
|
|
32 |
}
|
33 |
|
34 |
.cell {
|
35 |
+
width: 10px;
|
36 |
+
height: 10px;
|
37 |
border: 1px solid #333;
|
38 |
}
|
39 |
|