feat: style Hugo figure shortcode

This commit is contained in:
Rousseau Thibaut 2017-01-27 16:12:23 +01:00
parent be56ee9739
commit 8cd2705ceb

View file

@ -202,3 +202,11 @@ h6 {
p {
margin: 1rem 0;
}
figcaption h4 {
font-weight: 300 !important;
opacity: .85;
font-size: 1em;
text-align: center;
margin-top: -1.5em;
}