Skip to content

Commit

Permalink
[Style] gap 및 폰트 사이즈 수정 #1204
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 27, 2023
1 parent f089a9d commit cca7478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/tournament/TournamentCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
display: flex;
flex-direction: row;
justify-items: flex-start;
gap: 1rem;
gap: 0.5rem;

.title {
max-width: 55%;
Expand All @@ -47,7 +47,7 @@
flex-direction: row;
justify-content: flex-start;
gap: 0.5rem;
font-size: small;
font-size: 0.7rem;

.playerState {
@include tag-style;
Expand Down

0 comments on commit cca7478

Please sign in to comment.