From dcc34ac7e5d628c7b675fc57ff9ec2130f6362bd Mon Sep 17 00:00:00 2001 From: adz Date: Wed, 11 Dec 2024 15:54:01 +0100 Subject: [PATCH] CSS formatting --- src/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 4a48e31..a7876c9 100644 --- a/src/style.css +++ b/src/style.css @@ -1,12 +1,13 @@ -.invite-code, .invite-code-entry { +.invite-code, +.invite-code-entry { font-size: 40px; letter-spacing: .12em; font-weight: bold; } .invite-code-entry { - border-radius: 15px; - padding: 15px 20px; + border-radius: 15px; + padding: 15px 20px; } .user-counter {