Skip to content
Snippets Groups Projects
Commit df5fd518 authored by Natalia's avatar Natalia
Browse files

created imagepagestyle2

parent 0765d562
No related branches found
No related tags found
No related merge requests found
Pipeline #474233 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment