Skip to content

Commit 39dc757

Browse files
fixing a small typo
heigh -> height ##color -> #color
1 parent 10de6bc commit 39dc757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

final/05-Design/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ img {
120120
.features-icon {
121121
stroke: #087f5b;
122122
width: 32px;
123-
heigh: 32px;
123+
height: 32px;
124124
margin-bottom: 24px;
125125
}
126126

@@ -158,7 +158,7 @@ img {
158158
margin-bottom: 24px;
159159
font-size: 18px;
160160
line-height: 1.7;
161-
color: ##e6fcf5;
161+
color: #e6fcf5;
162162
}
163163

164164
.testimonial-author {

0 commit comments

Comments
 (0)