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 35
35
36
36
header ,
37
37
section {
38
- margin-bottom : 48 px ;
38
+ margin-bottom : 96 px ;
39
39
}
40
40
41
41
h2 {
@@ -90,15 +90,15 @@ header {
90
90
display : grid;
91
91
grid-template-columns : repeat (2 , 1fr );
92
92
column-gap : 80px ;
93
- margin-top : 48 px ;
93
+ margin-top : 64 px ;
94
94
}
95
95
96
96
.header-text-box {
97
97
align-self : center;
98
98
}
99
99
100
100
h1 {
101
- margin-bottom : 24 px ;
101
+ margin-bottom : 32 px ;
102
102
font-size : 44px ; /* 44 / 52 / 62 */
103
103
line-height : 1.1 ;
104
104
letter-spacing : -1px ;
@@ -120,7 +120,7 @@ img {
120
120
stroke : # 087f5b ;
121
121
height : 32px ;
122
122
width : 32px ;
123
- margin-bottom : 16 px ;
123
+ margin-bottom : 24 px ;
124
124
}
125
125
126
126
.features-title {
@@ -156,6 +156,11 @@ img {
156
156
margin-bottom : 24px ;
157
157
font-size : 18px ;
158
158
line-height : 1.7 ;
159
+ color : # e6fcf5 ;
160
+ }
161
+
162
+ .testimonial-author {
163
+ color : # c3fae8 ;
159
164
}
160
165
161
166
/* CHAIRS */
@@ -170,7 +175,7 @@ img {
170
175
}
171
176
172
177
.chair-box {
173
- padding : 24 px ;
178
+ padding : 32 px ;
174
179
}
175
180
176
181
h3 {
@@ -180,14 +185,14 @@ h3 {
180
185
181
186
.chair-details {
182
187
list-style : none;
183
- margin-bottom : 24 px ;
188
+ margin-bottom : 48 px ;
184
189
}
185
190
186
191
.chair-details li {
187
192
display : flex;
188
193
align-items : center;
189
194
gap : 12px ;
190
- margin-bottom : 24 px ;
195
+ margin-bottom : 16 px ;
191
196
}
192
197
193
198
.chair-details li : last-child {
204
209
display : flex;
205
210
justify-content : space-between;
206
211
font-size : 20px ;
212
+ align-items : center;
207
213
}
208
214
209
215
footer {
You can’t perform that action at this time.
0 commit comments