Fix exposition centering regression

This commit is contained in:
2021-01-30 18:33:11 +01:00
parent cd0f86f9a2
commit 79413bb01a
3 changed files with 6 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ article #gallery {
margin-top:0;
}
article #gallery.exposition {
article.exposition #gallery {
text-align:center;
}
@@ -337,6 +337,10 @@ article.painting .container .metadata span.content {
/* Explorer */
article.explorer #gallery {
text-align:center;
}
article.explorer p {
width:55vw;
margin:auto;