Skip to content

Commit c338012

Browse files
fewf
1 parent 9298e13 commit c338012

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Dimuthu/05-Design/style.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body {
3232

3333
header,
3434
section {
35-
margin-bottom: 48px;
35+
margin-bottom: 80px;
3636
}
3737

3838
h2 {
@@ -84,15 +84,15 @@ header {
8484
display: grid;
8585
grid-template-columns: repeat(2, 1fr);
8686
column-gap: 80px;
87-
margin-top: 48px;
87+
margin-top: 64px;
8888
}
8989

9090
.header-text-box {
9191
align-self: center;
9292
}
9393

9494
h1 {
95-
margin-bottom: 24px;
95+
margin-bottom: 32px;
9696
font-size: 44px;
9797
line-height: 1.1;
9898
letter-spacing: -1px;
@@ -113,6 +113,7 @@ img {
113113
stroke: #087f5b;
114114
width: 32px;
115115
height: 32px;
116+
margin-bottom: 24px;
116117
}
117118

118119
.features-title {
@@ -148,6 +149,10 @@ img {
148149
margin-bottom: 24px;
149150
font-size: 18px;
150151
line-height: 1.7;
152+
color: #e6fcf5;
153+
}
154+
.testimonial-author {
155+
color: #c3fae8;
151156
}
152157

153158
/* CHAIRS */
@@ -160,7 +165,7 @@ img {
160165
border-bottom-right-radius: 0px;
161166
}
162167
.chair-box {
163-
padding: 24px;
168+
padding: 32px;
164169
}
165170

166171
h3 {
@@ -170,7 +175,7 @@ h3 {
170175

171176
.chair-details {
172177
list-style: none;
173-
margin-bottom: 24px;
178+
margin-bottom: 16px;
174179
}
175180

176181
.chair-details li {
@@ -194,6 +199,7 @@ h3 {
194199
display: flex;
195200
justify-content: space-between;
196201
font-size: 20px;
202+
align-items: center;
197203
}
198204

199205
footer {

0 commit comments

Comments
 (0)