From d930d2645c6f5c2a95068ca043c5112e8e747691 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 19:16:30 +0000 Subject: [PATCH] Update 2 files - /html/news.php - /html/src/css/style.css --- html/news.php | 4 ++-- html/src/css/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/news.php b/html/news.php index cbb041dc..f4457950 100644 --- a/html/news.php +++ b/html/news.php @@ -106,7 +106,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) if ($resultat) { $date = strtotime($resultat[0]['date']); - echo "
"; + echo "
"; + echo "
"; } } ?> diff --git a/html/src/css/style.css b/html/src/css/style.css index cd8baf74..9c1156df 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -149,7 +149,7 @@ a { } -.article-miniature { +.article .article-miniature { margin: 0 auto; width: 40%; } @@ -206,7 +206,7 @@ a { .article-preview .article-resume { font-size: 1.2em; } - .article-miniature { + .article .article-miniature { width: 40%; } } \ No newline at end of file