From 386792b5f61d0a4ce3fa7b5dd3c42ec069a3e746 Mon Sep 17 00:00:00 2001 From: Esenjin Date: Mon, 6 Jan 2025 20:18:35 +0100 Subject: [PATCH] =?UTF-8?q?correction=20de=20l'affichage=20des=20galeries?= =?UTF-8?q?=20sur=20TOUTES=20les=20tailles=20d'=C3=A9crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 6 +++--- version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 86bb96b..ecf952e 100644 --- a/styles.css +++ b/styles.css @@ -695,7 +695,7 @@ body { @media (max-width: 1600px) { .gallery-item { - width: calc((100% - (5 * 20px)) / 6); + width: 100%; } } @@ -719,7 +719,7 @@ body { grid-template-columns: repeat(3, 1fr); } .gallery-item { - width: calc((100% - (3 * 20px)) / 4); + width: 100%; } } @@ -850,7 +850,7 @@ body { } .gallery-item { - width: calc((100% - 20px) / 2); + width: 100%; } .gallery-grid { diff --git a/version.txt b/version.txt index a6a3a43..1464c52 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file