Some styles and fixes.

This commit is contained in:
2025-12-23 09:30:23 +01:00
parent 644419a0e8
commit 636abadc1f
4 changed files with 129 additions and 11 deletions

12
style.css Normal file
View File

@ -0,0 +1,12 @@
.img-wrapper {
height:99%;
width:100%;
text-align:center;
page-break-inside:avoid;
}
.img-wrapper img {
display:inline-block;
height:100%;
margin:0 auto;
}