diff --git a/client/src/styles/join.css b/client/src/styles/join.css index a46d848..452cb8d 100644 --- a/client/src/styles/join.css +++ b/client/src/styles/join.css @@ -30,6 +30,10 @@ cursor: pointer; } +label[for="player-new-name"] { + font-size: 22px !important; +} + .modal-button-container > div > input { cursor: pointer; }