Fix figure aligment

This commit is contained in:
Luiz F. A. de Prá
2020-02-14 17:54:38 -03:00
parent d6215b06e8
commit fcd8916343
6 changed files with 10 additions and 4 deletions

View File

@@ -167,6 +167,10 @@ img {
max-width: 100%;
}
figure {
text-align: center;
}
.wrapper {
display: flex;
flex-direction: column;