Skip to content

Commit

Permalink
Styling fixes for alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Mar 11, 2024
1 parent 23be40b commit 7600a2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ui/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ body {
font-style: normal;
}

body {
justify-content: center !important;
align-items: flex-start !important;
}

#root {
width: 100%;
height: auto;
Expand All @@ -23,7 +28,7 @@ body {

.body-container {
max-width: 2000px;
margin-top: 450px;
margin-top: 120px;
flex-grow: 1;

display: flex;
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/styles/BlueprintView.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
height: auto;
display: flex;
justify-content: center;
align-items: center;
align-items: flex-start;
}

0 comments on commit 7600a2d

Please sign in to comment.