decrease margin for standalone figure

This commit is contained in:
2020-03-09 14:18:12 +01:00
parent 676c7adfc1
commit 2c6026f976

View File

@@ -7,7 +7,7 @@
figure {
max-width: 90%;
margin: 30px auto 40px;
margin: 10px auto;
display: block;
text-align: center;
}