Spaces:
Running
Running
Commit
·
8d03524
1
Parent(s):
1422343
Update styling
Browse files- Templates/index.html +1 -0
Templates/index.html
CHANGED
@@ -393,6 +393,7 @@
|
|
393 |
cell.appendChild(img);
|
394 |
} else {
|
395 |
cell.textContent = game[column];
|
|
|
396 |
cell.style.color = "rgb(114, 114, 114)";
|
397 |
}
|
398 |
});
|
|
|
393 |
cell.appendChild(img);
|
394 |
} else {
|
395 |
cell.textContent = game[column];
|
396 |
+
cell.style.width = "100px";
|
397 |
cell.style.color = "rgb(114, 114, 114)";
|
398 |
}
|
399 |
});
|