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 {
@@ -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 : 64 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 ;
@@ -115,7 +115,7 @@ img {
115
115
stroke : # 087f5b ;
116
116
width : 32px ;
117
117
height : 32px ;
118
- margin-bottom : 16 px ;
118
+ margin-bottom : 24 px ;
119
119
}
120
120
121
121
.features-title {
@@ -151,6 +151,11 @@ img {
151
151
margin-bottom : 24px ;
152
152
font-size : 18px ;
153
153
line-height : 1.7 ;
154
+ color : # e6fcf5 ;
155
+ }
156
+
157
+ .testimonial-author {
158
+ color : # c3fae8 ;
154
159
}
155
160
156
161
/* CHAIRS */
@@ -165,7 +170,7 @@ img {
165
170
}
166
171
167
172
.chair-box {
168
- padding : 24 px ;
173
+ padding : 32 px ;
169
174
}
170
175
171
176
h3 {
@@ -175,14 +180,14 @@ h3 {
175
180
176
181
.chair-details {
177
182
list-style : none;
178
- margin-bottom : 24 px ;
183
+ margin-bottom : 48 px ;
179
184
}
180
185
181
186
.chair-details li {
182
187
display : flex;
183
188
align-items : center;
184
189
gap : 12px ;
185
- margin-bottom : 24 px ;
190
+ margin-bottom : 16 px ;
186
191
}
187
192
188
193
.chair-details li : last-child {
198
203
.chair-price {
199
204
display : flex;
200
205
justify-content : space-between;
206
+ align-items : center;
201
207
font-size : 20px ;
202
208
}
203
209
You can’t perform that action at this time.
0 commit comments