From 68b6058e2a27fc251c117c4efeb141392a0c9736 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 6 Apr 2025 12:18:49 +0200 Subject: =?UTF-8?q?nouvel=20article,=20boutons=20dans=20les=20builders,=20?= =?UTF-8?q?makeArticleNode,=20JS=20MAJ=20page,=20tri=20quand=20d=C3=A9plac?= =?UTF-8?q?ement=20ou=20suppression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/trombinoscope.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/css/trombinoscope.css') diff --git a/public/css/trombinoscope.css b/public/css/trombinoscope.css index f42dad8..357e6b0 100644 --- a/public/css/trombinoscope.css +++ b/public/css/trombinoscope.css @@ -1,4 +1,10 @@ article img { border-radius: 50%; +} + +.grid_columns +{ + /* écrase les 3 colonnes par défaut */ + grid-template-columns: repeat(4, 1fr); } \ No newline at end of file -- cgit v1.2.3