File tree Expand file tree Collapse file tree 1 file changed +36
-22
lines changed Expand file tree Collapse file tree 1 file changed +36
-22
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ body {
1818
1919h1 {
2020 font-size : 3rem ;
21- line-height : 3.75 rem ;
21+ line-height : 4.285 rem ;
2222 font-weight : 700 ;
2323 @media screen and (max-width : 1366px ) {
2424 font-size : 2.5rem ;
25- line-height : 2.75 rem ;
25+ line-height : 3.571 rem ;
2626 }
2727 @media screen and (max-width : 768px ) {
2828 font-size : 1.5rem ;
3131}
3232
3333h2 {
34- font-size : 2 rem ;
35- line-height : 2.5 rem ;
34+ font-size : 2.25 rem ;
35+ line-height : 3.214 rem ;
3636 font-weight : 400 ;
3737 @media screen and (max-width : 1366px ) {
3838 font-size : 1.75rem ;
3939 line-height : 2.25rem ;
4040 }
4141 @media screen and (max-width : 768px ) {
4242 font-size : 1.5rem ;
43- line-height : 2 rem ;
43+ line-height : 2.142 rem ;
4444 }
4545}
4646
4747h3 {
48- font-size : 1.5 rem ;
49- line-height : 1.8 rem ;
48+ font-size : 1.875 rem ;
49+ line-height : 2.678 rem ;
5050 font-weight : 400 ;
5151 @media screen and (max-width : 1366px ) {
5252 font-size : 1.4rem ;
53- line-height : 1.7 rem ;
53+ line-height : 1.999 rem ;
5454 }
5555 @media screen and (max-width : 768px ) {
5656 font-size : 1.2rem ;
57- line-height : 1.5 rem ;
57+ line-height : 1.714 rem ;
5858 }
5959}
6060
6161h4 {
62- font-size : 1.125 rem ;
63- line-height : 1.6 rem ;
62+ font-size : 1.5 rem ;
63+ line-height : 2.142 rem ;
6464 font-weight : 400 ;
6565 @media screen and (max-width : 1366px ) {
6666 font-size : 1.3rem ;
67- line-height : 1.5 rem ;
67+ line-height : 1.857 rem ;
6868 }
6969 @media screen and (max-width : 768px ) {
7070 font-size : 1.125rem ;
71- line-height : 1.4 rem ;
71+ line-height : 1.607 rem ;
7272 }
7373}
7474
7575h5 {
76- font-size : 1.125rem ;
77- line-height : 1.5rem ;
78- font-weight : 700 ;
76+ font-size : 1.25rem ;
77+ line-height : 1.785rem ;
78+ font-weight : 400 ;
79+ @media screen and (max-width : 1366px ) {
80+ font-size : 1.11rem ;
81+ line-height : 1.585rem ;
82+ }
83+ @media screen and (max-width : 768px ) {
84+ font-size : 1.11rem ;
85+ line-height : 1.581rem ;
86+ }
7987}
8088
8189h6 {
82- font-size : 1rem ;
83- line-height : 1.25rem ;
84- font-weight : 700 ;
90+ font-size : 1.125rem ;
91+ line-height : 1.607rem ;
92+ font-weight : 400 ;
93+ @media screen and (max-width : 1366px ) {
94+ font-size : 1.06rem ;
95+ line-height : 1.585rem ;
96+ }
97+ @media screen and (max-width : 768px ) {
98+ font-size : 1.06rem ;
99+ line-height : 1.514rem ;
100+ }
85101}
86102
87103p {
88104 font-size : 1rem ;
89- line-height : 1.5 rem ;
105+ line-height : 1.607 rem ;
90106 margin : 0 0 1.5rem ;
91107 font-weight : 400 ;
92108 code {
@@ -117,8 +133,6 @@ ul li:last-child p:last-child {
117133}
118134
119135a {
120- line-height : 1.5rem ;
121- font-weight : 400 ;
122136 cursor : pointer ;
123137 text-decoration : underline ;
124138 color : var (--link-color );
You can’t perform that action at this time.
0 commit comments