From aa1d474dfbf9fb766f2892cb61f198cc26699a06 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 22 Feb 2024 12:18:20 +0100 Subject: [PATCH] Add article creation frontend --- assets/style.css | 4 ++-- templates/newsArticles.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 024f88a..9fb23b7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -326,7 +326,7 @@ header a, color: var(--primary); } -input { +input, textarea { background-color: var(--third-bg); border: 2px solid var(--primary); border-radius: 50px; @@ -376,7 +376,7 @@ body:has(.ye-span:hover) { #articlecreatecontainer{ display: flex; align-items: center; - align-content: center; + justify-content: center; position: fixed; top: 0; left: 0; diff --git a/templates/newsArticles.html b/templates/newsArticles.html index 7597ef7..1de4ac0 100644 --- a/templates/newsArticles.html +++ b/templates/newsArticles.html @@ -11,7 +11,7 @@