Skip to content

Commit

Permalink
Update main.css to justify content
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll authored Apr 30, 2024
1 parent 35d0474 commit 3712f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@media screen and (min-width: 1024px) {
main {
flex: auto;
justify-content: center;
min-width: 0; /* min-width: 0 required for flexbox to constrain overflowing elements */
}

Expand Down

0 comments on commit 3712f06

Please sign in to comment.