Add style for figcaption

This commit is contained in:
Dmitry Kolosov 2020-06-12 15:31:45 +03:00
parent 3a3518c18a
commit 27451bd00e

View File

@ -297,6 +297,13 @@ article img {
margin: 0 auto .5em;
}
article figcaption {
text-align: center;
font-size: 0.85em;
color: grey;
margin-bottom: 2em;
}
.read-more {
font-size: 0.85em;
}