Commit a23e88fc by PLN (Algolia)

style(index): Better responsive design

parent fe8df34e
......@@ -57,7 +57,7 @@ export default function Home({ data, placeholders }) {
Galerie Photo
</Text>
</Container>
<Wrap px={"10rem"} spacing={"1rem"} mb={1} justify="center">
<Wrap px={"4.5rem"} spacing={"1rem"} mb={1} justify="center">
{photos.map((photo) => (
<WrapItem
key={"wrap-" + photo.id}
......@@ -76,7 +76,7 @@ export default function Home({ data, placeholders }) {
<Image
key={photo.path}
src={photo.path}
width={"240px"}
width="240px"
height="240px"
objectFit="cover"
quality={20}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment