From 106dc714ba9610454673f8d8affa7be495c4f698 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Thu, 24 Jun 2021 18:17:31 +0200 Subject: [PATCH] chore: Better responsiveness, still WIP --- pages/index.js | 38 +++++++++++++++++++++----------------- pages/photos/[id].js | 24 +++++++++++++----------- 2 files changed, 34 insertions(+), 28 deletions(-) diff --git a/pages/index.js b/pages/index.js index 053eb54..ed542c5 100644 --- a/pages/index.js +++ b/pages/index.js @@ -49,30 +49,34 @@ export default function Home({ data, placeholders }) { Philippe Bureau - Galerie Photo - + {photos.map((photo) => ( - + + + ))} diff --git a/pages/photos/[id].js b/pages/photos/[id].js index cc6f5d4..c6d51f5 100644 --- a/pages/photos/[id].js +++ b/pages/photos/[id].js @@ -74,17 +74,19 @@ export default function Photos({ photo, placeholder }) {
- + + +
-- libgit2 0.27.0