From 0984bab039e204214a40e5322c6c0a4e7497f3bf Mon Sep 17 00:00:00 2001 From: tolelom <98kimsungmin@naver.com> Date: Mon, 23 Mar 2026 10:00:32 +0900 Subject: [PATCH] fix: remove duplicate border between contact section and footer Co-Authored-By: Claude Sonnet 4.6 --- css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/style.css b/css/style.css index d1620d0..86a0272 100644 --- a/css/style.css +++ b/css/style.css @@ -382,8 +382,6 @@ img { max-width: 100%; display: block; } text-align: center; color: #999; font-size: 0.85rem; - border-top: 1px solid #eee; - margin-top: 16px; } .footer a { color: #666; } .footer a:hover { color: #333; }