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;