File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 34
34
35
35
header ,
36
36
section {
37
- margin-bottom : 48 px ;
37
+ margin-bottom : 128 px ;
38
38
}
39
39
40
40
h2 {
@@ -88,15 +88,15 @@ header {
88
88
display : grid;
89
89
grid-template-columns : repeat (2 , 1fr );
90
90
column-gap : 80px ;
91
- margin-top : 48 px ;
91
+ margin-top : 64 px ;
92
92
}
93
93
94
94
.header-text-box {
95
95
align-self : center;
96
96
}
97
97
98
98
h1 {
99
- margin-bottom : 24 px ;
99
+ margin-bottom : 32 px ;
100
100
font-size : 44px ;
101
101
line-height : 1.1 ;
102
102
letter-spacing : -1px ;
@@ -118,7 +118,7 @@ img {
118
118
stroke : # 087f5b ;
119
119
width : 32px ;
120
120
height : 32px ;
121
- margin-bottom : 16 px ;
121
+ margin-bottom : 24 px ;
122
122
}
123
123
124
124
.features-title {
@@ -154,6 +154,11 @@ img {
154
154
margin-bottom : 24px ;
155
155
font-size : 18px ;
156
156
line-height : 1.7 ;
157
+ color : # e6fcf5 ;
158
+ }
159
+
160
+ .testimonial-author {
161
+ color : # c3fae8 ;
157
162
}
158
163
159
164
/* CHAIRS */
@@ -167,7 +172,7 @@ img {
167
172
border-bottom-right-radius : 0 ;
168
173
}
169
174
.chair-box {
170
- padding : 24 px ;
175
+ padding : 32 px ;
171
176
}
172
177
173
178
h3 {
@@ -177,14 +182,14 @@ h3 {
177
182
178
183
.chair-details {
179
184
list-style : none;
180
- margin-bottom : 24 px ;
185
+ margin-bottom : 48 px ;
181
186
}
182
187
183
188
.chair-details li {
184
189
display : flex;
185
190
align-items : center;
186
191
gap : 12px ;
187
- margin-bottom : 24 px ;
192
+ margin-bottom : 16 px ;
188
193
}
189
194
190
195
.chair-details li : last-child {
201
206
display : flex;
202
207
justify-content : space-between;
203
208
font-size : 20px ;
209
+ align-items : center;
204
210
}
205
211
206
212
footer {
You can’t perform that action at this time.
0 commit comments