adapt print layout

This commit is contained in:
2026-02-18 11:55:49 +01:00
parent 461bc177f5
commit cf0ffe8744
2 changed files with 7 additions and 8 deletions

View File

@@ -5,12 +5,12 @@
@media print {
@page {
margin: 2.5cm 0cm;
margin: 2cm 0cm;
@top-left {
font-size: 10pt;
background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229));
background-size: 6.7cm 2.5cm;
background-size: 6.7cm 2cm;
background-position: top left;
background-repeat: no-repeat;
padding-left: 7.7cm;
@@ -20,7 +20,7 @@
@bottom-left {
font-size: 10pt;
background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229));
background-size: 6.7cm 2.5cm;
background-size: 6.7cm 2cm;
background-position: top left;
background-repeat: no-repeat;
padding-left: 7.7cm;
@@ -61,7 +61,7 @@ ul {
#right-panel {
margin-left: 6.7cm;
padding: 2.5cm 1cm;
padding: 2cm 1cm;
}
@media print {