From 5fe1d3acf67913610dcf57617c4a356e20ac4a20 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 19 Aug 2020 16:24:10 +0200 Subject: stylesheet: small fix to side-by-side figures --- themes/hugo-classic/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/hugo-classic/static/css/style.css b/themes/hugo-classic/static/css/style.css index 10fe935..cd867a0 100644 --- a/themes/hugo-classic/static/css/style.css +++ b/themes/hugo-classic/static/css/style.css @@ -195,9 +195,11 @@ figure.side-by-side { box-sizing: border-box; } +/* figure figure.side-by-side:nth-of-type(2) { padding: 0; } +*/ figure img, figure video { display: block; -- cgit