From b55a029a5b4867349a172873d20a6ffd91c20e23 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 18 Jul 2025 15:57:57 +0200 Subject: =?UTF-8?q?petites=20am=C3=A9liorations=20smartphones,=20logo=20et?= =?UTF-8?q?=20fond=20de=20header=20et=20footer=20g=C3=A9r=C3=A9s=20dans=20?= =?UTF-8?q?NodeData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/body.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'public/css/body.css') diff --git a/public/css/body.css b/public/css/body.css index c3f518a..a03510f 100644 --- a/public/css/body.css +++ b/public/css/body.css @@ -67,8 +67,12 @@ section > h3 grid-template-columns: repeat(2, 1fr); } } -@media screen and (max-width: 550px) +@media screen and (max-width: 600px) { + article + { + /*margin: 5px;*/ + } .grid_columns { display: block; -- cgit v1.2.3