diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-08-19 16:24:10 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-08-19 16:24:10 +0200 |
commit | 5fe1d3acf67913610dcf57617c4a356e20ac4a20 (patch) | |
tree | 5a008719afc30bd54e7e8757a5108e20ddef5cfe | |
parent | 06d4f453e38d79dd052b65ec45409a63e698fac1 (diff) | |
download | blog-5fe1d3acf67913610dcf57617c4a356e20ac4a20.tar.gz blog-5fe1d3acf67913610dcf57617c4a356e20ac4a20.tar.bz2 blog-5fe1d3acf67913610dcf57617c4a356e20ac4a20.zip |
stylesheet: small fix to side-by-side figures
-rw-r--r-- | themes/hugo-classic/static/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |