mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
27.13.2021 36d0d1963bcebd750b5271910bc66712110124b5
Fixes an issue where long titles intersect with the dates in archive

Closes #129
1 files modified
13 ■■■■■ changed files
assets/css/style.css 13 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -603,11 +603,16 @@
.list-with-title .listing .listing-post .post-time {
    float: right;
    display: inline-block;
    max-width: 10%;
    text-align: right;
    color: #C5C5C5;
}
.list-with-title .listing .listing-post a {
    color: #8F8F8F;
    width: 90%;
    display: inline-block;
}
.list-with-title .listing .listing-post a:hover {
@@ -962,6 +967,14 @@
    .theme-switch-item {
        float: none;
    }
    .list-with-title .listing .listing-post .post-time {
        max-width: 20%;
    }
    .list-with-title .listing .listing-post a {
        width: 80%;
    }
}
/* Medium zoom */