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;