Skip to content

Commit a9c5630

Browse files
committed
Remove text-align: justify - Fixes velopert#26
1 parent a2e54d6 commit a9c5630

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/common/Typography.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ const TypographyBlock = styled.div`
1515
color: ${palette.gray8};
1616
font-weight: 300;
1717
} */
18-
text-align: justify;
19-
${media.small} {
20-
text-align: unset;
21-
}
18+
2219
b {
2320
font-weight: 400;
2421
}

0 commit comments

Comments
 (0)