Skip to content

Commit

Permalink
Center the user profile image on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jan 23, 2025
1 parent b597344 commit c0e0a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/sass/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3757,9 +3757,9 @@ div.border {
grid-template-columns: 120px auto;
grid-template-rows: 140px auto auto;
.profileImageContainer {
grid-column: 1 / span 1;
grid-column: 1 / 2;
grid-row: 1 / span 1;
justify-self: end;
justify-self: center;
}
.profileFormContainer {
grid-column: 1 / span 2;
Expand Down

0 comments on commit c0e0a57

Please sign in to comment.