From 5498fc945ee1f04442538ca73724179cd1bad795 Mon Sep 17 00:00:00 2001 From: Kaiwen Gong <1724916415@qq.com> Date: Mon, 15 Jul 2024 10:31:48 +0800 Subject: [PATCH] feat: Merge two divs into one and set responsive layout that changes based on md size --- ui/components/NewsPage.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/ui/components/NewsPage.tsx b/ui/components/NewsPage.tsx index 300692a..75edc0d 100644 --- a/ui/components/NewsPage.tsx +++ b/ui/components/NewsPage.tsx @@ -83,11 +83,11 @@ const NewsPage = () => { {news.map(item => (
@@ -95,17 +95,6 @@ const NewsPage = () => {
- {item.summary} -
- -