Skip to content

Commit

Permalink
center justify content
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Apr 30, 2024
1 parent 3712f06 commit bdede67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
@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 */
}

main > .content {
display: flex;
justify-content: center;
}

aside.toc.embedded {
Expand Down

0 comments on commit bdede67

Please sign in to comment.