fixes #129: captions not centered

This commit is contained in:
azett 2022-07-01 18:47:05 +02:00
parent e656213fe4
commit f30fc6204a

View File

@ -234,3 +234,9 @@ div.img-gallery div.photoswipe
.pswp__img { margin: 0px !important; } .pswp__img { margin: 0px !important; }
.pswp__caption__center {
text-align: center;
margin: 0 auto;
max-width:90%;
}