diff --git a/public/index.html b/public/index.html
index 2b79d6f..5d9839b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,7 +13,7 @@
- k-space.ee
+
Never stop learning!
And have fun while doing it.
diff --git a/public/signs.css b/public/signs.css
index 0f557cc..2c30c55 100644
--- a/public/signs.css
+++ b/public/signs.css
@@ -18,6 +18,7 @@ body {
box-sizing: border-box;
page-break-after: always;
padding: 10mm;
+ padding-top: 5mm;
width: 297mm;
height: 209mm
}
@@ -29,6 +30,12 @@ body {
font-size: 15mm;
}
+.logo img {
+ height:35mm;
+ pointer-events: none;
+ float:inline-start;
+}
+
.main {
display: table-row;
font-size: 25mm;
@@ -36,12 +43,17 @@ body {
height: 12.5cm;
margin: 1cm 0;
text-align: center;
+ margin-top: 0px;
+ position:relative;
+ top:-7.5mm;
}
.subline {
display: table-row;
font-size: 12mm;
text-align: center;
+ position:relative;
+ top:-3.75mm;
}
.editable {