File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
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 {
@@ -87,15 +87,15 @@ header {
87
87
display : grid;
88
88
grid-template-columns : repeat (2 , 1fr );
89
89
column-gap : 80px ;
90
- margin-top : 48 px ;
90
+ margin-top : 64 px ;
91
91
}
92
92
93
93
.header-text-box {
94
94
align-self : center;
95
95
}
96
96
97
97
h1 {
98
- margin-bottom : 24 px ;
98
+ margin-bottom : 32 px ;
99
99
font-size : 44px ;
100
100
line-height : 1.1 ;
101
101
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 {
@@ -152,9 +152,13 @@ img {
152
152
.testimonial-text {
153
153
font-style : italic;
154
154
margin-bottom : 24px ;
155
-
156
155
font-size : 18px ;
157
156
line-height : 1.7 ;
157
+ color : # e6fcf5 ;
158
+ }
159
+
160
+ .testimonial-author {
161
+ color : # c3fae8 ;
158
162
}
159
163
160
164
/* CHAIRS */
@@ -169,7 +173,7 @@ img {
169
173
}
170
174
171
175
.chair-box {
172
- padding : 24 px ;
176
+ padding : 32 px ;
173
177
}
174
178
175
179
h3 {
@@ -179,14 +183,14 @@ h3 {
179
183
180
184
.chair-details {
181
185
list-style : none;
182
- margin-bottom : 24 px ;
186
+ margin-bottom : 48 px ;
183
187
}
184
188
185
189
.chair-details li {
186
190
display : flex;
187
191
align-items : center;
188
192
gap : 12px ;
189
- margin-bottom : 24 px ;
193
+ margin-bottom : 16 px ;
190
194
}
191
195
192
196
.chair-details li : last-child {
202
206
.chair-price {
203
207
display : flex;
204
208
justify-content : space-between;
209
+ align-items : center;
205
210
font-size : 20px ;
206
211
}
207
212
You can’t perform that action at this time.
0 commit comments