From da9aed09ca3c58f060ca9e417c1ebc270ed0131b Mon Sep 17 00:00:00 2001 From: bamcasa Date: Wed, 9 Oct 2024 18:01:58 +0900 Subject: [PATCH] Refactor CSS to adjust width of main content container --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index a3bf302..f68204f 100644 --- a/styles.css +++ b/styles.css @@ -365,7 +365,7 @@ tr:last-child td { flex-direction: column; margin: 6.625rem auto 0; padding: 3.5rem; - width: 50%; + width: 80%; border-radius: 3.125rem; font-family: Pretendard; background-color: white;