Skip to content

Commit

Permalink
CSS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Dec 11, 2024
1 parent 3e4bc91 commit dcc34ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit dcc34ac

Please sign in to comment.