diff --git a/static/page.css b/static/page.css index 2910d80682dbfcf454e24d4468737b2dab16c278..e73593045fc7b5421dbb881b22dd213d6dda134e 100644 --- a/static/page.css +++ b/static/page.css @@ -376,7 +376,26 @@ body { height: 100%; object-fit: contain; } - +.img-pagestyle2 { + margin: 20px auto 20px; + width: 100%; + height: 100%; + overflow: hidden; + text-align: justify; + font-family: AccidenzCommons, -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; + font-size: min(1.5vw, 12px); + text-align: center; + font-style: normal; + font-weight: 400; + line-height: normal; + color: #185a4f; +} +.img-pagestyle2 > img { + width: 100%; + height: 100%; + object-fit: contain; +} /* .img-pagestyle { display: flex; justify-content: center;