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 @@