Figure image and figcaption centered on share page

This commit is contained in:
Simounet
2017-12-03 14:41:15 +01:00
parent 970e107524
commit 2784f674ea
2 changed files with 9 additions and 1 deletions

View File

@ -380,6 +380,14 @@ tbody {
border-width: 1px 0;
}
figure {
text-align: center;
}
figure > * {
margin: 0 auto;
}
header {
text-align: center;
}