Fix long title overflow on posts page

This commit is contained in:
Avijit 🚀
2021-07-08 14:00:20 +02:00
parent 005767980e
commit 93c25d16be

View File

@@ -139,7 +139,6 @@ img {
/** COMMON **/
/* ICONS */
.feather {
height: 20px;
@@ -255,11 +254,13 @@ blockquote {
.list-posts a {
text-decoration: none;
}
.post-title .post-link,
.post-title .post-date {
display: inline-block;
}
.post-title .post-link {
font-size: 1.2rem;
}
.post-title .post-date {
float: right;
width: 80%;
}
.tags-list .post-tags {
margin-top: 50px;