~paravoid/subjective.work

f1b9feef1d859600522250da396b092350a10458 — paravoid 2 years ago 68a325a
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;