11// Footer has font Open Sans
22* {
3- font-family :' Source Sans Pro' ,Helvetica ,Arial ,sans-serif ;
3+ font-family :' Source Sans Pro' ,Helvetica ,Arial ,sans-serif ;
44 color : #183247 ;
55 font-size : 15px ;
66 // font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', Helvetica, Arial, sans-serif;
3333.h1 {
3434 margin-top : 20px ;
3535 font-family :' Source Sans Pro' ,Helvetica ,Arial ,sans-serif ;
36- margin-bottom : 20px !important ;
36+ margin-bottom : 20px !important ;
3737 font-size : 35px !important ;
3838 line-height : 45px !important ;
39- font-weight : 800 !important ;
39+ font-weight : 800 !important ;
40+ @media (max-width : 576px ) {
41+ font-size : 18px !important ;
42+ line-height : 36px !important ;
43+ margin-bottom : 15px !important ;
44+ }
4045}
4146
4247h2 ,
4348.h2 {
4449 margin-top : 40px ;
4550 font-family :' Source Sans Pro' ,Helvetica ,Arial ,sans-serif ;
46- margin-bottom : 25 px !important ;
51+ margin-bottom : 15 px !important ;
4752 font-size : 25px ;
4853 font-weight : 800 ;
4954 line-height : 1.2631578947 ;
55+ @media (max-width : 576px ) {
56+ font-size : 16px !important ;
57+ line-height : 32px !important ;
58+ }
5059 a {
5160 color : inherit !important ;
5261 font-weight : 700 !important ;
7988 color : #183247 ;
8089 margin-top : 14px !important ;
8190 margin-bottom : 14px !important ;
82- line-height : 26.25px ;
8391 font-family :' Source Sans Pro' ,Helvetica ,Arial ,sans-serif ;
92+ @media (max-width : 576px ) {
93+ font-size : 14px ;
94+ }
8495}
8596
8697span {
8798 hr {
88- margin-top : 30px !important ;
89- margin-bottom : 30px !important ;
90- // &:first-child{
91- // margin-bottom: 25px!important;
92- // }
99+ margin-top : 30px !important ;
100+ margin-bottom : 30px !important ;
101+ @media (max-width : 576px ) {
102+ margin-top : 15px !important ;
103+ margin-bottom : 15px !important ;
104+ }
93105 }
94106}
95107
96108blockquote {
97- // margin-left: 30px!important;
98- // margin-top: 30px!important;
99- // margin-bottom: 30px!important;
109+ margin-top : 30px !important ;
110+ margin-bottom : 30px !important ;
100111 border-left : 2px solid #03A973 !important ;
101112 h3 {
102113 margin-bottom : 0px !important ;
@@ -121,7 +132,7 @@ table, th, td {
121132 border-collapse : collapse ;
122133}
123134
124- // refresh 2021 layout changes
135+ // refresh 2021 layout changes
125136.container {
126137 padding-right : 24px ;
127138 padding-left : 24px ;
0 commit comments