Got rid of annoying margins on figures?

This commit is contained in:
Chris Hodapp 2020-04-11 21:56:13 -04:00
parent 6bbbd1dc4e
commit 9ac2a093d9

View File

@ -59,6 +59,7 @@ figure styles
figure { figure {
position:relative; /* purely to allow absolution positioning of figcaption */ position:relative; /* purely to allow absolution positioning of figcaption */
overflow: hidden; overflow: hidden;
margin: 0;
} }
.gallery figure { .gallery figure {
position: absolute; position: absolute;