Skip to content

Commit 22bd8f9

Browse files
committed
Fixed missing icons
1 parent 9399ec1 commit 22bd8f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LinkDotNet.Blog.Web/Shared/ShortBlogPost.razor.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
}
7070
.blog-card .details .date:before {
7171
font-family: "Font Awesome 5 Free";
72-
font-weight: 400;
72+
font-weight: 900;
7373
margin-right: 10px;
7474
content: "\f133";
7575
}
7676
.blog-card .details .tags ul:before {
7777
font-family: "Font Awesome 5 Free";
78-
font-weight: 400;
78+
font-weight: 900;
7979
content: "\f02b";
8080
margin-right: 10px;
8181
}
@@ -107,10 +107,10 @@
107107
.blog-card .description .read-more a:after {
108108
content: '\f0a9';
109109
font-family: "Font Awesome 5 Free";
110-
font-weight: 400;
110+
font-weight: 900;
111+
text-decoration: none;
111112
margin-left: -10px;
112113
opacity: 0;
113-
vertical-align: middle;
114114
transition: margin 0.3s, opacity 0.3s;
115115
}
116116
.blog-card .description .read-more a:hover:after {

0 commit comments

Comments
 (0)