File tree 2 files changed +28
-1
lines changed
pages/Courts/CourtDetails
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,33 @@ const TextContainer = styled.div`
21
21
p {
22
22
word-break: break-word;
23
23
}
24
+
25
+ li {
26
+ line-height: 1.5em;
27
+ margin-top: 0.5em;
28
+ }
29
+
30
+ h1 {
31
+ margin: 16px 0 16px 0;
32
+ font-size: 24px;
33
+ line-height: 32px;
34
+ }
35
+
36
+ h2 {
37
+ margin: 16px 0 16px 0;
38
+ font-size: 20px;
39
+ line-height: 24px;
40
+ }
41
+
42
+ h3 {
43
+ margin: 16px 0 16px 0;
44
+ font-size: 18px;
45
+ line-height: 20px;
46
+ }
47
+
48
+ a {
49
+ font-size: 16px;
50
+ }
24
51
` ;
25
52
26
53
const StyledTabs = styled ( Tabs ) `
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const GlobalStyle = createGlobalStyle`
46
46
47
47
h2 {
48
48
margin: 0 0 16px 0;
49
- font-weight: 400 ;
49
+ font-weight: 600 ;
50
50
font-size: 24px;
51
51
line-height: 32px;
52
52
color: ${ ( { theme } ) => theme . primaryText } ;
You can’t perform that action at this time.
0 commit comments