From bdede6774fdb5802ff91d5c53d82f72c65351abf Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Tue, 30 Apr 2024 09:25:07 -0500 Subject: [PATCH] center justify content --- ui/src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/css/main.css b/ui/src/css/main.css index 850e73d..1bf4033 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -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 {