Add margins around figures.

This commit is contained in:
Matúš Tejiščák 2020-12-05 14:29:56 +01:00
parent d9397607dd
commit a2733b4c6f
1 changed files with 5 additions and 0 deletions

View File

@ -66,3 +66,8 @@ table {
th {
text-align: left;
}
figure {
margin-top: 3em;
margin-bottom: 2em;
}