From 05bcd2703da21be1f540cc33e4ae5befb4543ba4 Mon Sep 17 00:00:00 2001 From: Benjamin Belrhomari Date: Fri, 22 Nov 2024 14:48:26 +0100 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9bb9d48..9009521 100644 --- a/index.html +++ b/index.html @@ -17,14 +17,14 @@ } .content { - margin: 2rem; + margin: 5rem; background-color: #fcfcfc; max-width: 30em; } .image-container { flex-grow: 1; - margin: 2rem; + margin: 5rem; display: flex; align-items: center; justify-content: center; @@ -78,7 +78,7 @@ const size = 50000; const canvas = document.createElement('canvas'); canvas.width = 500; - canvas.height = 500; + canvas.height = 5000; const ctx = canvas.getContext('2d'); const width = canvas.width; const height = canvas.height;