PdfCSS:Tools shape practice shapes tools...: Difference between revisions

From creative crowd wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
h2{
h2{
     break-before: always;
     break-before: always;
}
div.thumb{
    max-width: 75mm;
    display: block;
    margin: 0 auto 1em;
}
}
div.thumbcaption{
div.thumbcaption{
     font-size: small;
     font-size: small;
}
}

Revision as of 11:13, 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.thumbcaption{
    font-size: small;
}