From bd00c9ba2d78769306f9edc39eae2e12cac5ed38 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 22 Aug 2023 22:25:15 -0400 Subject: [PATCH] make label bigger --- client/src/styles/join.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }