From b8d020a2f63b673daf7a939341f711a7b074c0a3 Mon Sep 17 00:00:00 2001 From: Binu42 Date: Sat, 3 Oct 2020 15:07:52 +0530 Subject: [PATCH] justify gallery to center --- src/components/sections/Gallery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/Gallery.js b/src/components/sections/Gallery.js index cedb15f..6fb4d08 100644 --- a/src/components/sections/Gallery.js +++ b/src/components/sections/Gallery.js @@ -95,6 +95,7 @@ const Grid = styled.div` display: grid; grid-template-columns: repeat(auto-fill, 200px); grid-gap: 24px; + justify-content: center; > a { text-decoration: none;