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/main.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'public/css/main.css') diff --git a/public/css/main.css b/public/css/main.css index 50c2173..cb44e16 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -28,8 +28,8 @@ section > p /* boutons spéciaux mode admin */ } .galery_photos .html_from_editor img { - max-width: 400px; - max-height: 250px; + max-width: 300px; + max-height: 200px; } article { @@ -50,6 +50,11 @@ article .logo2 { width: 100%; } +article img +{ + max-width: 100%; + height: auto; +} .new_content_text { max-height: 250px; @@ -120,4 +125,9 @@ main button:hover cursor: pointer; /* curseur qui pointe du doigt */ background-color: #ffff00; border-radius: 4px; +} + +article a:hover +{ + cursor: pointer; } \ No newline at end of file -- cgit v1.2.3