Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
fix: align user description horizontally with small text (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Oct 14, 2018
1 parent a93a5f1 commit 6fb0e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/molecules/user/elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const UserDescription = styled.p`
display: flex;
flex: 1;
align-items: flex-start;
justify-content: center;
margin: 0;
padding: 0.5rem;
width: 100%;
Expand Down

0 comments on commit 6fb0e49

Please sign in to comment.