From 30d1bf80ef7e6520eb5ded872d9e55787317633d Mon Sep 17 00:00:00 2001 From: lilyyang0077 Date: Fri, 19 Jun 2026 16:13:03 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20border=20radius=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/qna/QnAListPage.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/qna/QnAListPage.module.css b/frontend/src/pages/qna/QnAListPage.module.css index 0d7e421..10ea886 100644 --- a/frontend/src/pages/qna/QnAListPage.module.css +++ b/frontend/src/pages/qna/QnAListPage.module.css @@ -228,7 +228,7 @@ padding: 16px 18px; cursor: pointer; transition: box-shadow 0.2s; - border-radius: 30px; + border-radius: 20px; background: var(--white); box-shadow: 0 1px 4px rgba(0,0,0,0.06),