stylesheet: small fix to side-by-side figures

This commit is contained in:
jaseg 2020-08-19 16:24:10 +02:00
parent 06d4f453e3
commit 5fe1d3acf6

View file

@ -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;