Skip to content

Commit

Permalink
Fix flex layout issue in index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 2, 2024
1 parent ff9c399 commit 42bb6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ body {

.components-container {
display: flex;
flex-grow: 1;
flex-direction: column;
height: 100%;
width: 100%;
background-color: #aadaf1;
border-radius: 12px;
Expand Down

0 comments on commit 42bb6b1

Please sign in to comment.