Reduce font-size for title links in list pages
This commit is contained in:
parent
72726593be
commit
48371fbe2c
1 changed files with 4 additions and 0 deletions
|
@ -467,6 +467,10 @@ mark {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Post */
|
/* Post */
|
||||||
|
.post__title-link {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.post__content {
|
.post__content {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue