File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
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 {
@@ -84,15 +84,15 @@ header {
84
84
display : grid;
85
85
grid-template-columns : repeat (2 , 1fr );
86
86
column-gap : 80px ;
87
- margin-top : 48 px ;
87
+ margin-top : 80 px ;
88
88
}
89
89
90
90
.header-text-box {
91
91
align-self : center;
92
92
}
93
93
94
94
h1 {
95
- margin-bottom : 24 px ;
95
+ margin-bottom : 32 px ;
96
96
font-size : 44px ;
97
97
line-height : 1.1 ;
98
98
letter-spacing : -1px ;
@@ -124,7 +124,7 @@ img {
124
124
stroke : # 087f5b ;
125
125
width : 32px ;
126
126
height : 32px ;
127
- margin-bottom : 16 px ;
127
+ margin-bottom : 32 px ;
128
128
}
129
129
130
130
.features-title {
@@ -161,6 +161,11 @@ img {
161
161
margin-bottom : 24px ;
162
162
font-size : 18px ;
163
163
line-height : 1.7 ;
164
+ color : # e6fcf5 ;
165
+ }
166
+
167
+ .testimonial-author {
168
+ color : # c3fae8 ;
164
169
}
165
170
166
171
/* CHAIRS */
@@ -186,7 +191,7 @@ img {
186
191
}
187
192
188
193
.chair-box {
189
- padding : 24 px ;
194
+ padding : 32 px ;
190
195
}
191
196
192
197
h3 {
196
201
197
202
.chair-details {
198
203
list-style : none;
199
- margin-bottom : 24 px ;
204
+ margin-bottom : 48 px ;
200
205
}
201
206
202
207
.chair-details li {
220
225
.chair-price {
221
226
display : flex;
222
227
justify-content : space-between;
228
+ align-items : center;
223
229
font-size : 20px ;
224
230
}
225
231
You can’t perform that action at this time.
0 commit comments