Skip to content

Commit d80d614

Browse files
committed
fix typo
1 parent 77c430a commit d80d614

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

10-homepage-with-cards/css/card.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
position: absolute;
2222
bottom: 10px;
2323
left: 10px;
24-
h2 {
25-
font-size: 24px;
26-
}
27-
p {
28-
font-size: 13px;
29-
}
24+
}
25+
.card-description h2 {
26+
font-size: 24px;
27+
}
28+
.card-description p {
29+
font-size: 13px;
3030
}
3131
.card-link {
3232
position: absolute;
@@ -36,7 +36,7 @@
3636
z-index:2;
3737
background: black;
3838
opacity: 0;
39-
&:hover{
40-
opacity: 0.1;
41-
}
39+
}
40+
.card-link:hover{
41+
opacity: 0.1;
4242
}

0 commit comments

Comments
 (0)