From 114ea55ae5d8fafbf3af50581d99dc4459a05ea1 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 18:43:19 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index da02f57c..90d31cf1 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -96,15 +96,14 @@ a { .article-preview { padding: 0.5em; + display: flex; } .article-preview .article-illustration { - display: inline-block; padding-right: 1em; } .article-preview .article-details { - display: inline-block; vertical-align: top; }