Skip to content

Commit

Permalink
SMA-84: update JoinEvent now elements have space evenly
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Apr 13, 2024
1 parent 58ce353 commit afd0256
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/sportsmatch-app/src/styles/JoinEvent.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
}


.join-event-wrapper {
.join-event-wrapper {
display: flex;
flex-direction: column;
justify-content: space-around;
padding-left: 5%;
padding-right: 5%;
color: var(--sm-orange);
Expand Down

0 comments on commit afd0256

Please sign in to comment.