From 16f439bfbaa682e4946dcbba622d18f6ac8609fb Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Wed, 8 Nov 2023 16:07:45 +0100 Subject: [PATCH] modif pour baptiste --- cryptide_project/src/Components/GraphContainer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/src/Components/GraphContainer.css b/cryptide_project/src/Components/GraphContainer.css index 245cfc6..e508752 100644 --- a/cryptide_project/src/Components/GraphContainer.css +++ b/cryptide_project/src/Components/GraphContainer.css @@ -1,6 +1,6 @@ #graph-container { width: 100%; - height: 100%; + height: 80vh; display: flex; flex-direction: column; align-items: center;