From 61a907785d9382adeb2de05b4b080de1d270f6d0 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 19 Oct 2025 14:24:00 +0200 Subject: =?UTF-8?q?suppression=20champ=20file=5Fpath=5Fmini=20dans=20Asset?= =?UTF-8?q?,=20nettoyage=20divers,=20r=C3=A9solution=20bug=20quand=20pas?= =?UTF-8?q?=20d'image=20de=20fond?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/trombinoscope.css | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) (limited to 'public/css/trombinoscope.css') diff --git a/public/css/trombinoscope.css b/public/css/trombinoscope.css index cee2666..9ca1b80 100644 --- a/public/css/trombinoscope.css +++ b/public/css/trombinoscope.css @@ -1,39 +1,6 @@ -/* css personnalissé à cette page, -.grid_columns utilise un nombre de colonnes spécifique */ +/* css custom +à faire: rendre uploadable et placer le fichier dans un dossier spécifique */ article img { border-radius: 50%; -} -.grid_columns -{ - grid-template-columns: repeat(4, 1fr); -} -@media screen and (max-width: 900px) -{ - .grid_columns - { - grid-template-columns: repeat(3, 1fr); - } -} -@media screen and (max-width: 650px) -{ - .grid_columns - { - grid-template-columns: repeat(2, 1fr); - } -} -@media screen and (max-width: 550px) -{ - .grid_columns - { - display: grid; - grid-template-columns: repeat(2, 1fr); - } -} -@media screen and (max-width: 350px) -{ - .grid_columns - { - display: block; - } } \ No newline at end of file -- cgit v1.2.3