Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
Fix to the sizing issue of the profile cards
  • Loading branch information
KJES4 authored Jan 29, 2025
1 parent 0652f29 commit e44bdc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/app/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ a {
border-radius: 8px;
border: 1px solid #C9C6C6;
flex-basis: 50%;
flex-grow: 1;
height: 365px;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit e44bdc0

Please sign in to comment.