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