CSS: Stylize figcaptions
1 files changed, 5 insertions(+), 0 deletions(-) M src/style.css
M src/style.css => src/style.css +5 -0
@@ 4,6 4,11 @@ img { margin: auto; } +figcaption { + text-align: center; + padding-top: 4px; +} + blockquote { padding-left: 15px; border-left: 3px solid #ccc;