From 7382c6ea4b76b6df340eef4cecd0dc617b8b0a23 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 25 Apr 2024 09:12:50 +0200 Subject: [PATCH] Test css --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 3ca373d..bc8dc2b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -342,12 +342,12 @@ div#articleslist>article{ height: 100%; } -form-content { +.form-content { display: flex; flex-direction: row; } -form-container { +.form-containe { display: flex; flex-direction: column; }