From a3274f8df17b6fd5777631d94d07b36c08a36484 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 5 Sep 2021 20:39:08 +0100 Subject: [PATCH] Fixed image overlap --- svg.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/svg.tmpl b/svg.tmpl index a3838e1..914c9bf 100644 --- a/svg.tmpl +++ b/svg.tmpl @@ -45,7 +45,7 @@ top: 100px; left: 50px; height: 300px; - width: 800px; + width: 780px; font-size: 80px; font-weight: 900; line-height: 75px; @@ -64,12 +64,14 @@ left: 50px; font-size: 40px; font-weight: 900; + width: 780px; } #profilePic { position: fixed; top: 50px; right: 50px; border-radius: 50px; + width: 300px; } .tags {