PdfCSS:Tools shape practice shapes tools...: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
div.thumb img{ | div.thumb img{ | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | |||
} | } | ||
div.thumbcaption{ | div.thumbcaption{ | ||
font-size: small; | font-size: small; | ||
} | } |
Revision as of 11:15, 24 January 2025
@page{
size: A5;
}
@page:left{
margin: 4mm 24mm 16mm 8mm;
}
@page:right{
margin: 4mm 8mm 16mm 24mm;
}
h2{
break-before: always;
}
div.thumb{
max-width: 75mm;
display: block;
margin: 0 auto 1em;
}
div.thumb div.thumbinner{
width: unset !important;
}
div.thumb img{
max-width: 100%;
height: auto;
}
div.thumbcaption{
font-size: small;
}