From 7600a2df837a15e2ffda3694fa036c385e84939f Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Sun, 10 Mar 2024 21:11:28 -0400 Subject: [PATCH] Styling fixes for alignment --- ui/src/App.css | 7 ++++++- ui/src/components/styles/BlueprintView.css | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ui/src/App.css b/ui/src/App.css index c1369005..7fcfdc62 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -10,6 +10,11 @@ body { font-style: normal; } +body { + justify-content: center !important; + align-items: flex-start !important; +} + #root { width: 100%; height: auto; @@ -23,7 +28,7 @@ body { .body-container { max-width: 2000px; - margin-top: 450px; + margin-top: 120px; flex-grow: 1; display: flex; diff --git a/ui/src/components/styles/BlueprintView.css b/ui/src/components/styles/BlueprintView.css index 225d20bd..03a803a7 100644 --- a/ui/src/components/styles/BlueprintView.css +++ b/ui/src/components/styles/BlueprintView.css @@ -2,5 +2,5 @@ height: auto; display: flex; justify-content: center; - align-items: center; + align-items: flex-start; }