Skip to content

Commit 052ae56

Browse files
committed
fixed the styles
1 parent 549892c commit 052ae56

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/shared/components/Terms/TermDetails.scss

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,34 @@
1111
h2 {
1212
line-height: 30px;
1313
font-size: 20px;
14-
margin-bottom: 10px;
1514
color: $tc-gray-80;
1615

16+
&:first-child {
17+
display: none;
18+
}
19+
1720
@include sm {
1821
padding: 0 15px;
1922
}
2023
}
2124

2225
h3 {
23-
font-weight: 500;
26+
font-weight: 700;
2427
padding: 20px 0;
2528
color: $tc-black;
29+
30+
&:nth-child(2) {
31+
padding: 0 0 30px;
32+
}
2633
}
2734

28-
strong{
35+
h4 {
2936
color: $tc-red;
37+
padding: 20px 0;
38+
}
39+
40+
br + br {
41+
display: none;
3042
}
3143
}
3244

0 commit comments

Comments
 (0)