Changeset - c289280dd5fd
[Not reviewed]
default
0 2 0
Dennis Fink - 3 years ago 2022-02-25 22:45:07
dennis.fink@c3l.lu
Fix layout
2 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
c3l_membership/static/pdf.css
Show inline comments
 
@page {
 
  size: A4;
 
  margin-top: 1cm;
 
  margin-top: 0.5cm;
 
  margin-left: 2cm;
 
  margin-right: 2cm;
 
  margin-bottom: 1cm;
 
  margin-bottom: 0.5cm;
 
}
 

	
 
body {
 
@@ -13,7 +13,7 @@ body {
 
img {
 
  width: 250px;
 
  display: block;
 
  margin-bottom: 1.5em;
 
  margin-bottom: 1em;
 
}
 

	
 
h1 {
 
@@ -58,7 +58,7 @@ footer {
 
}
 

	
 
.signature {
 
  padding-top: 1em;
 
  padding-top: 0.5em;
 
}
 

	
 
.membersignature {
c3l_membership/templates/member.html
Show inline comments
 
@@ -127,7 +127,7 @@
 
    <footer>
 
      <hr />
 
      <b>C</b>haos <b>C</b>omputer <b>C</b>lub <b>L</b>ëtzebuerg A.S.B.L.<br />
 
      Halle Victor Hugo - 60 Avenue Victor Hugo L-1750 Luxembourg (Europe)<br />
 
      Halle Victor Hugo - 60 Avenue Victor Hugo L-1750 Luxembourg<br />
 
      info@c3l.lu - <a href="https://c3l.lu">http://c3l.lu</a>
 
    </footer>
 
  </body>
0 comments (0 inline, 0 general)