summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-11 00:06:55 +0200
committerJulien Dessaux2022-10-11 00:06:55 +0200
commitb8ad5c787f67eef8534ca21752f7f5816b71204e (patch)
treee8cb017891c45192b8d4efa7eb27472a01f44adf /index.css
parentRemove letters from the rack when placing along with a big refactoring (diff)
downloadjeux-de-mots-b8ad5c787f67eef8534ca21752f7f5816b71204e.tar.gz
jeux-de-mots-b8ad5c787f67eef8534ca21752f7f5816b71204e.tar.bz2
jeux-de-mots-b8ad5c787f67eef8534ca21752f7f5816b71204e.zip
Simplified the way letters are handled
Diffstat (limited to 'index.css')
-rw-r--r--index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.css b/index.css
index 6c7c89c..ab00f8f 100644
--- a/index.css
+++ b/index.css
@@ -58,7 +58,7 @@ td {
font-weight: bold;
}
-#letters_left {
+#remaining_letters {
max-width: 405px;
}