From fd4fade6608624d85b58e9b62cb57ca3c0377f01 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 19:15:14 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 69b2a75b..cd8baf74 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -151,7 +151,7 @@ a { .article-miniature { margin: 0 auto; - max-width: 80%; + width: 40%; } .row { @@ -206,4 +206,7 @@ a { .article-preview .article-resume { font-size: 1.2em; } + .article-miniature { + width: 40%; + } } \ No newline at end of file