Fix post sorting + make card linkable
This commit is contained in:
@@ -205,6 +205,10 @@ a.focused {
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.post-cards .post-card-link{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.recent-posts .post-card-link{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post-summery {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user