Skip to content

Commit b5a85e6

Browse files
committed
fix: use more adequate sizing for inner component
1 parent e8c013c commit b5a85e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/src/pages/Courts/CourtDetails/Description.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,20 @@ const StyledReactMarkdown = styled(ReactMarkdown)`
3333
3434
h1 {
3535
margin: 16px 0 16px 0;
36+
font-size: 20px;
37+
line-height: 26px;
3638
}
3739
3840
h2 {
3941
margin: 16px 0 16px 0;
42+
font-size: 20px;
43+
line-height: 26px;
4044
}
4145
4246
h3 {
4347
margin: 16px 0 16px 0;
48+
font-size: 18px;
49+
line-height: 24px;
4450
}
4551
4652
a {

0 commit comments

Comments
 (0)