From 02ee228cfbd181b06b6653a3ac5ab23fe484f223 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 14:47:42 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 7c922603..addf3f17 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -83,12 +83,12 @@ a { .article-link { display: inline-block; width: 25em; + margin: 2em; } .article { background-color: var(--dark-background); border-radius: 10px; - margin: 2em; } .article:hover {