diff --git a/public/static/css/index.articles.css b/public/static/css/index.articles.css index 57e9989..766ecdf 100644 --- a/public/static/css/index.articles.css +++ b/public/static/css/index.articles.css @@ -96,7 +96,7 @@ border-bottom: 1px solid #ddd; } -a.post-item>div:nth-child(2) { +.post-item>div:nth-child(2) { width: calc(100% - 160px); } @@ -161,6 +161,22 @@ a.post-item>div:nth-child(2) { display: inline-block; margin: 5px; } + .post-item .poster, .plus-post-item .poster { + width: 80px; + height: 60px; + } + .post-item>div:nth-child(2) { + width: calc(100% - 80px); + } + .post-item .info .title { + font-weight: 500; + font-size: 14px; + } + + .content-container .title{ + font-size: 18px; + line-height: 28px; + } } @media screen and (min-width:1200px) {