Reduce font-size for title links in list pages

This commit is contained in:
vimux 2018-03-11 20:57:40 +03:00
parent 72726593be
commit 48371fbe2c

View file

@ -467,6 +467,10 @@ mark {
}
/* Post */
.post__title-link {
font-size: 20px;
}
.post__content {
flex: 1 0 auto;
margin: 0;