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 33
33
34
34
header ,
35
35
section {
36
- margin-bottom : 48 px ;
36
+ margin-bottom : 96 px ;
37
37
}
38
38
39
39
h2 {
@@ -91,12 +91,12 @@ header {
91
91
display : grid;
92
92
grid-template-columns : repeat (2 , 1fr );
93
93
column-gap : 80px ;
94
- margin-top : 48 px ;
94
+ margin-top : 64 px ;
95
95
}
96
96
97
97
h1 {
98
+ margin-bottom : 32px ;
98
99
font-size : 44px ;
99
- margin-bottom : 24px ;
100
100
line-height : 1.1 ;
101
101
letter-spacing : -1px ;
102
102
/* text-shadow: 0px 5px 3px rgba(0, 0, 0, 0.07); */
@@ -127,7 +127,7 @@ img {
127
127
stroke : # 087f5b ;
128
128
width : 32px ;
129
129
height : 32px ;
130
- margin-bottom : 16 px ;
130
+ margin-bottom : 24 px ;
131
131
}
132
132
133
133
.features-title {
@@ -163,6 +163,11 @@ img {
163
163
margin-bottom : 24px ;
164
164
font-size : 18px ;
165
165
line-height : 1.7 ;
166
+ color : # e6fcf5 ;
167
+ }
168
+
169
+ .testimonial-author {
170
+ color : # c3fae8 ;
166
171
}
167
172
168
173
/* CHAIRS */
@@ -171,7 +176,7 @@ img {
171
176
}
172
177
173
178
.chair-box {
174
- padding : 24 px ;
179
+ padding : 32 px ;
175
180
border-radius : 12px ;
176
181
}
177
182
@@ -182,14 +187,14 @@ img {
182
187
183
188
.chair-details {
184
189
list-style : none;
185
- margin-bottom : 24 px ;
190
+ margin-bottom : 48 px ;
186
191
}
187
192
188
193
.chair-details li {
189
194
display : flex;
190
195
align-items : center;
191
196
gap : 12px ;
192
- margin-bottom : 24 px ;
197
+ margin-bottom : 16 px ;
193
198
}
194
199
195
200
.chair-details li : last-child {
@@ -205,6 +210,7 @@ img {
205
210
.chair-price {
206
211
display : flex;
207
212
justify-content : space-between;
213
+ align-items : center;
208
214
font-size : 20px ;
209
215
}
210
216
You can’t perform that action at this time.
0 commit comments