Add custom CSS / center figures

This commit is contained in:
2020-05-07 10:37:50 +02:00
parent f143ea0a2e
commit 4ee267c397
3 changed files with 538 additions and 527 deletions

9
css/custom.css Normal file
View File

@@ -0,0 +1,9 @@
.figure p{
text-align: center;
}
.figure img{
max-width:100%;
display: block;
margin: auto;
}