diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index 1bbde79..916e315 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -14,7 +14,7 @@ IT IS SAVED AS open-tap.pdf color: black; @top-left{ - content: "OPEN TAP OPEN TAP OPEN TAP"; + content: "VARIA's OPEN TAP"; font-family: monospace; font-size: 10pt; } @@ -29,7 +29,7 @@ IT IS SAVED AS open-tap.pdf font-size: 10pt; } @bottom-right{ - content: "OPEN TAP OPEN TAP OPEN TAP"; + content: "VARIA's OPEN TAP"; font-family: monospace; font-size: 10pt; } @@ -39,6 +39,8 @@ IT IS SAVED AS open-tap.pdf body{ margin: 10mm; background-color: white; +} +div#container{ columns: 5 auto; column-gap: 5mm; }