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