Fix post sorting + make card linkable

This commit is contained in:
hossainemruz 2020-06-11 01:02:30 +06:00
parent 43e1a2a044
commit 1ffe31f6c4
7 changed files with 63 additions and 46 deletions

View file

@ -205,6 +205,10 @@ a.focused {
-webkit-box-orient: vertical;
}
.post-cards .post-card-link{
text-decoration: none;
}
.navbar-toggler {
display: none;
}

View file

@ -12,6 +12,10 @@
background: #fff;
}
.recent-posts .post-card-link{
text-decoration: none;
}
.post-summery {
overflow: hidden;
text-overflow: ellipsis;