File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1043,22 +1043,25 @@ body.light-mode .fname { color: #0f172a }
10431043 # page {
10441044 page-break-after : always;
10451045 break-after : page;
1046+ display : flex;
1047+ flex-direction : column;
10461048 }
10471049
10481050 /* ── Formal page (page 2) print overrides ── */
10491051 # shell-formal { padding : 0 }
10501052 # page-formal {
10511053 width : 100% ; margin : 0 ;
10521054 border : none; box-shadow : none;
1053- padding : .9rem 1.4rem 2.5 rem ;
1054- min-height : 0 ;
1055+ padding : .9rem 1.4rem 1.4 rem ;
1056+ min-height : calc ( 297 mm - 20 mm ) ;
10551057 page-break-before : always;
10561058 break-before : page;
1059+ display : flex;
1060+ flex-direction : column;
10571061 }
10581062 # footer-formal {
1059- position : fixed;
1060- bottom : 0 ; left : 0 ; right : 0 ;
1061- margin-top : 0 ;
1063+ position : static;
1064+ margin-top : auto;
10621065 padding : .55rem 1.4rem ;
10631066 border-top : 1px solid rgba (68 , 103 , 207 , .3 );
10641067 }
You can’t perform that action at this time.
0 commit comments