From: Matthew Kousoulas Date: Mon, 24 Jan 2022 23:41:39 +0000 (-0500) Subject: Switch to Centered Layout X-Git-Url: http://gitweb.madkous.net/?a=commitdiff_plain;h=aea4aa47e0b3e72ff07de8c466c1c57f5ae0e0d0;p=photo-site.git Switch to Centered Layout --- 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;