From aea4aa47e0b3e72ff07de8c466c1c57f5ae0e0d0 Mon Sep 17 00:00:00 2001 From: Matthew Kousoulas Date: Mon, 24 Jan 2022 18:41:39 -0500 Subject: [PATCH] Switch to Centered Layout --- styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index 5a387f8..5124d7f 100644 --- a/styles/main.css +++ b/styles/main.css @@ -58,10 +58,10 @@ body { display: flex; padding-bottom: 3vh; flex-wrap: wrap; + justify-content: center; } .thumb { - flex-grow: 1; margin: .3vw; border-radius: .5vw; display: block; -- 2.45.3