Fix long title overflow on posts page
This commit is contained in:
@@ -139,7 +139,6 @@ img {
|
|||||||
|
|
||||||
/** COMMON **/
|
/** COMMON **/
|
||||||
|
|
||||||
|
|
||||||
/* ICONS */
|
/* ICONS */
|
||||||
.feather {
|
.feather {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -255,11 +254,13 @@ blockquote {
|
|||||||
.list-posts a {
|
.list-posts a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.post-title .post-link,
|
||||||
|
.post-title .post-date {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
.post-title .post-link {
|
.post-title .post-link {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
width: 80%;
|
||||||
.post-title .post-date {
|
|
||||||
float: right;
|
|
||||||
}
|
}
|
||||||
.tags-list .post-tags {
|
.tags-list .post-tags {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user