From 28cc13484f9a3e7b95d62a232af1813605c3288e Mon Sep 17 00:00:00 2001 From: sietse jonker Date: Sun, 31 Mar 2024 21:08:35 +0200 Subject: [PATCH] Remove graph1 div and add flex-direction to body --- web/newWebsite/graphs.html | 2 -- web/newWebsite/styles/graph-styles.css | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/newWebsite/graphs.html b/web/newWebsite/graphs.html index e6c7ab4..d4b62cc 100644 --- a/web/newWebsite/graphs.html +++ b/web/newWebsite/graphs.html @@ -29,8 +29,6 @@ -
- diff --git a/web/newWebsite/styles/graph-styles.css b/web/newWebsite/styles/graph-styles.css index 68c7c86..70e4a11 100644 --- a/web/newWebsite/styles/graph-styles.css +++ b/web/newWebsite/styles/graph-styles.css @@ -6,6 +6,7 @@ body { padding-top: 5vw; display: flex; + flex-direction: column; background-color: #afafaf; margin: 0; }