13 lines
185 B
CSS
13 lines
185 B
CSS
.img-wrapper {
|
|
height:99%;
|
|
width:100%;
|
|
text-align:center;
|
|
page-break-inside:avoid;
|
|
}
|
|
.img-wrapper img {
|
|
display:inline-block;
|
|
height:100%;
|
|
margin:0 auto;
|
|
}
|
|
|