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