diff --git a/c3l_membership/static/pdf.css b/c3l_membership/static/pdf.css --- a/c3l_membership/static/pdf.css +++ b/c3l_membership/static/pdf.css @@ -32,6 +32,10 @@ p { align-items: center; } +.logos img { + margin-bottom: 0em; +} + .data { margin-top: 0; margin-bottom: 1em; @@ -58,7 +62,10 @@ footer { } .signature { - padding-top: 0.5em; + margin-top: 0.25em; + padding-top: 0em; + display: flex; + justify-content: space-evenly; } .membersignature { @@ -66,20 +73,13 @@ footer { width: 45%; border-bottom: 1px solid #000; padding-bottom: 4em; - margin-top: -1em; - position: relative; - float: left; } .adminsignature { height: 2em; width: 45%; - border-top: 1px solid #000; - padding-top: 1px; - margin-top: 5em; - position: relative; - float: left; - margin-left: 2em; + border-bottom: 1px solid #000; + padding-bottom: 4em; } .bank { @@ -105,7 +105,8 @@ footer { } .cryptoqrcode { - width: 10em; + width: 12em; + margin-bottom: 0em; } .digicash { @@ -114,7 +115,8 @@ footer { } .digicash img { - width: 10em; + width: 12em; + margin-bottom: 0em; } a {