diff --git a/image.js b/image.js index 7d6f9ab..498b167 100644 --- a/image.js +++ b/image.js @@ -53,7 +53,7 @@ function render(users) { } ctx.fillStyle = "#DDDDDD"; - ctx.fillText("@sonnenbrandi@mieke.club mit lieben Grüßen an Duiker101", 700, 985, 290) + ctx.fillText("@sonnenbrandi@mieke.club mit lieben Grüßen an Duiker101", width-300, height-15, 290) }; function get_layer(i) { diff --git a/index.html b/index.html index 1a18b42..debb325 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@


- +
\ No newline at end of file diff --git a/style.css b/style.css index 68b5bda..9a584b3 100644 --- a/style.css +++ b/style.css @@ -3,8 +3,6 @@ body { color: #d9e1e8; font-size: 20px; line-height: 200%; - padding-left: 10%; - padding-right: 10%; padding-top: 75px; text-align: center; } \ No newline at end of file