static: fix use of margin in facture.css (#86171)
gitea/barbacompta/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2024-01-30 12:24:40 +01:00
parent 9afbd3b8c9
commit 8cdb891e71
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,10 @@
@charset "UTF-8";
@page {
margin: 3.5cm 1cm 1cm 2cm;
margin-top: 3.5cm;
margin-left: 1cm;
margin-right: 1cm;
margin-bottom: 2cm;
@bottom-right {
font-size: 10pt;
content: counter(page) " / " counter(pages);
@ -10,10 +14,6 @@
}
}
@page:first {
margin: 0.5cm 1cm 1cm 2cm;
}
body {
font-family: sans-serif;
font-size: 10pt;
@ -21,19 +21,19 @@ body {
#logo-eo {
position: fixed;
top: 0;
top: -3cm;
left: 0;
width: 160px;
}
#date {
position: absolute;
top: -3cm;
right: 0;
line-height: 90%;
}
#info {
margin-top: 100px;
white-space: pre;
font-size: 90%;
}