From 4d5c0924b0e3e4d1df13dd91dd48cd4c350c883c Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 16 Sep 2024 16:54:17 +0200 Subject: [PATCH] canvas --- wiki/pages/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index fcb7573..20c422c 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -176,7 +176,7 @@ Laying the foundation for nitrogen fixation. </div> </div> -<canvas id="timeline"></canvas> +<canvas id="timeline" width="800" height="2000"></canvas> <script> function drawTimeline() { -- GitLab