Skip to content

Commit 1687e39

Browse files
author
Andy Chau
committed
Add spaces
1 parent ad04631 commit 1687e39

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

starter/05-Design/style.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body {
3333

3434
header,
3535
section {
36-
margin-bottom: 48px;
36+
margin-bottom: 96px;
3737
}
3838

3939
h2 {
@@ -91,12 +91,12 @@ header {
9191
display: grid;
9292
grid-template-columns: repeat(2, 1fr);
9393
column-gap: 80px;
94-
margin-top: 48px;
94+
margin-top: 64px;
9595
}
9696

9797
h1 {
98+
margin-bottom: 32px;
9899
font-size: 44px;
99-
margin-bottom: 24px;
100100
line-height: 1.1;
101101
letter-spacing: -1px;
102102
/* text-shadow: 0px 5px 3px rgba(0, 0, 0, 0.07); */
@@ -127,7 +127,7 @@ img {
127127
stroke: #087f5b;
128128
width: 32px;
129129
height: 32px;
130-
margin-bottom: 16px;
130+
margin-bottom: 24px;
131131
}
132132

133133
.features-title {
@@ -163,6 +163,11 @@ img {
163163
margin-bottom: 24px;
164164
font-size: 18px;
165165
line-height: 1.7;
166+
color: #e6fcf5;
167+
}
168+
169+
.testimonial-author {
170+
color: #c3fae8;
166171
}
167172

168173
/* CHAIRS */
@@ -171,7 +176,7 @@ img {
171176
}
172177

173178
.chair-box {
174-
padding: 24px;
179+
padding: 32px;
175180
border-radius: 12px;
176181
}
177182

@@ -182,14 +187,14 @@ img {
182187

183188
.chair-details {
184189
list-style: none;
185-
margin-bottom: 24px;
190+
margin-bottom: 48px;
186191
}
187192

188193
.chair-details li {
189194
display: flex;
190195
align-items: center;
191196
gap: 12px;
192-
margin-bottom: 24px;
197+
margin-bottom: 16px;
193198
}
194199

195200
.chair-details li:last-child {
@@ -205,6 +210,7 @@ img {
205210
.chair-price {
206211
display: flex;
207212
justify-content: space-between;
213+
align-items: center;
208214
font-size: 20px;
209215
}
210216

0 commit comments

Comments
 (0)