Skip to content

Commit

Permalink
Align arrow and make it less moving
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 14, 2024
1 parent 11851ec commit 724b176
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,21 @@
display: inline-block;
position: relative;
}
.blog-card .description .read-more a:after {
.blog-card .description .read-more a:before {
font-family: 'icons';
content: '\ea42';
display: inline-block;
font-weight: 900;
text-decoration: none;
margin-left: -10px;
margin-right: -5px;
opacity: 0;
transition: margin 0.3s, opacity 0.3s;
vertical-align: bottom;
}
.blog-card .description .read-more a:hover:after {
margin-left: 5px;
.blog-card .description .read-more a:hover:before {
margin-right: 8px;
opacity: 1;
display: inline-block;
}

.blog-card .read-time:before {
Expand Down

0 comments on commit 724b176

Please sign in to comment.