@@ -38,26 +38,86 @@ body[lang=he] {
3838
3939.font-h1 { font-size : 48px ; font-weight : 700 ; font-family : "Chakra Petch" , sans-serif; line-height : normal; letter-spacing : normal; font-style : normal; }
4040
41+ @media only screen and (max-width : 475px ) {
42+ .font-h1 {
43+ font-size : 36px ;
44+ }
45+ }
46+
4147.font-h2 { font-size : 40px ; font-weight : 700 ; font-family : "Chakra Petch" , sans-serif; line-height : normal; letter-spacing : normal; font-style : normal; }
4248
49+ @media only screen and (max-width : 475px ) {
50+ .font-h2 {
51+ font-size : 24px ;
52+ }
53+ }
54+
4355.font-h3 { font-size : 28px ; font-weight : 700 ; font-family : "Chakra Petch" , sans-serif; line-height : normal; letter-spacing : normal; font-style : normal; }
4456
57+ @media only screen and (max-width : 475px ) {
58+ .font-h3 {
59+ font-size : 20px ;
60+ }
61+ }
62+
4563.font-h4 { font-size : 20px ; font-weight : 700 ; font-family : "Chakra Petch" , sans-serif; line-height : normal; letter-spacing : normal; font-style : normal; }
4664
65+ @media only screen and (max-width : 475px ) {
66+ .font-h4 {
67+ font-size : 16px ;
68+ }
69+ }
70+
4771.font-h5 { font-size : 16px ; font-weight : 700 ; font-family : "Chakra Petch" , sans-serif; line-height : normal; letter-spacing : normal; font-style : normal; }
4872
73+ @media only screen and (max-width : 475px ) {
74+ .font-h5 {
75+ font-size : 14px ;
76+ }
77+ }
78+
4979.font-h6 { font-size : 14px ; font-weight : 700 ; font-family : "Chakra Petch" , sans-serif; line-height : normal; letter-spacing : normal; font-style : normal; }
5080
5181.font-p1 { font-size : 18px ; font-weight : 400 ; font-family : "Inter" , sans-serif; line-height : 25px ; letter-spacing : normal; font-style : normal; }
5282
83+ @media only screen and (max-width : 475px ) {
84+ .font-p1 {
85+ font-size : 16px ;
86+ }
87+ }
88+
5389.font-p2 { font-size : 16px ; font-weight : 400 ; font-family : "Inter" , sans-serif; line-height : 25px ; letter-spacing : normal; font-style : normal; }
5490
91+ @media only screen and (max-width : 475px ) {
92+ .font-p2 {
93+ font-size : 14px ;
94+ }
95+ }
96+
5597.font-p3 { font-size : 14px ; font-weight : 400 ; font-family : "Inter" , sans-serif; line-height : 25px ; letter-spacing : normal; font-style : normal; }
5698
99+ @media only screen and (max-width : 475px ) {
100+ .font-p3 {
101+ font-size : 12px ;
102+ }
103+ }
104+
57105.font-p4 { font-size : 14px ; font-weight : 600 ; font-family : "Inter" , sans-serif; line-height : 25px ; letter-spacing : normal; font-style : normal; }
58106
107+ @media only screen and (max-width : 475px ) {
108+ .font-p4 {
109+ font-size : 12px ;
110+ }
111+ }
112+
59113.font-p5 { font-size : 12x ; font-weight : 400 ; font-family : "Inter" , sans-serif; line-height : 20px ; letter-spacing : normal; font-style : normal; }
60114
115+ @media only screen and (max-width : 475px ) {
116+ .font-p5 {
117+ font-size : 11px ;
118+ }
119+ }
120+
61121.font-btn-1 { font-size : 18px ; }
62122
63123.font-btn-2 { font-size : 16px ; }
@@ -2630,6 +2690,7 @@ dl.mempool-histogram .bar:before {
26302690.sub-nav {
26312691 display : flex;
26322692 width : 100% ;
2693+ padding-top : 10px ;
26332694}
26342695
26352696.sub-nav a {
@@ -2859,6 +2920,10 @@ h3.table-title{
28592920
28602921@media only screen and (max-width : 475px ) {
28612922
2923+ .sub-nav {
2924+ padding-top : auto;
2925+ }
2926+
28622927 .main-nav li a , .sub-nav a {
28632928 font-size : 16px ;
28642929 }
@@ -2986,7 +3051,7 @@ h3.table-title{
29863051 }
29873052 .logos {
29883053 display : flex;
2989- gap : 15 px ;
3054+ gap : 36 px ;
29903055 justify-content : center;
29913056 align-items : center;
29923057 }
@@ -3003,7 +3068,7 @@ h3.table-title{
30033068
30043069.badge {
30053070 display : flex;
3006- padding : 5 px 39px ;
3071+ padding : 8 px 39px ;
30073072 justify-content : center;
30083073 align-items : center;
30093074 border-radius : 20px ;
@@ -3174,6 +3239,14 @@ h3.table-title{
31743239 margin-top : 50px ;
31753240}
31763241
3242+ .pricing-card p > a {
3243+ color : # FF9417 ;
3244+ }
3245+
3246+ .pricing-card p > a : hover {
3247+ color : # 22E1C9 ;
3248+ }
3249+
31773250.pricing-card .g-btn {
31783251 font-size : 14px ;
31793252}
0 commit comments