From 9bd8baa3d78e55527b794bc9dd992c47a81d9e77 Mon Sep 17 00:00:00 2001 From: Andreas Grasser Date: Sat, 19 Nov 2022 21:55:21 +0100 Subject: [PATCH] New Format --- image.js | 2 +- index.html | 2 +- style.css | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) 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