Commit a23e88fc by PLN (Algolia)

style(index): Better responsive design

parent fe8df34e
...@@ -57,7 +57,7 @@ export default function Home({ data, placeholders }) { ...@@ -57,7 +57,7 @@ export default function Home({ data, placeholders }) {
Galerie Photo Galerie Photo
</Text> </Text>
</Container> </Container>
<Wrap px={"10rem"} spacing={"1rem"} mb={1} justify="center"> <Wrap px={"4.5rem"} spacing={"1rem"} mb={1} justify="center">
{photos.map((photo) => ( {photos.map((photo) => (
<WrapItem <WrapItem
key={"wrap-" + photo.id} key={"wrap-" + photo.id}
...@@ -76,7 +76,7 @@ export default function Home({ data, placeholders }) { ...@@ -76,7 +76,7 @@ export default function Home({ data, placeholders }) {
<Image <Image
key={photo.path} key={photo.path}
src={photo.path} src={photo.path}
width={"240px"} width="240px"
height="240px" height="240px"
objectFit="cover" objectFit="cover"
quality={20} 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