From 46d4ef40c84b38279f35e582873c07163bf72696 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 25 Apr 2024 09:11:40 +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 abb312c..3ca373d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -342,12 +342,12 @@ div#articleslist>article{ height: 100%; } -form.form-content { +form-content { display: flex; flex-direction: row; } -div.form-container { +form-container { display: flex; flex-direction: column; }