Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b924ad9

Browse files
Fix CSS from 'start' to 'flex-start'
1 parent 1bc1bd7 commit b924ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProfileCard/profileCard.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
display: flex;
6464
flex-direction: row;
6565
align-items: center;
66-
justify-content: start;
66+
justify-content: flex-start;
6767
}
6868

6969
.mainNameText {

0 commit comments

Comments
 (0)