From d8a402d270cfe0467c827663ca1b89a01658247d Mon Sep 17 00:00:00 2001 From: alma Date: Tue, 15 Apr 2025 14:42:03 +0200 Subject: [PATCH] news design correction padding 11 --- components/news.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/news.tsx b/components/news.tsx index e0ff0a9..49a4caf 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -72,8 +72,8 @@ export function News() { News - -
+ +
@@ -95,21 +95,21 @@ export function News() { - + {error ? (

{error}

) : ( -
+
{news.length === 0 ? (

No news available

) : ( news.map((item) => (
window.open(item.url, '_blank')} > -
+
{formatDate(item.date)} {item.category && ( @@ -117,7 +117,7 @@ export function News() { )}
-

+

{item.title}

{item.description && (