From f5170319da96b4997b15eabbd2facf1ef8b5d435 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 15 Jan 2026 18:09:50 +0900 Subject: [PATCH] fix layout --- src/styles/main.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/styles/main.css b/src/styles/main.css index cd059fe..93e0790 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -30,9 +30,6 @@ body { .profile { background: #1a1a1a; } - .services { - border-color: #333; - } .service-item { background: #2a2a2a; color: #e0e0e0; @@ -231,8 +228,6 @@ body { flex-wrap: wrap; gap: 8px; margin-top: 12px; - padding-top: 12px; - border-top: 1px solid #eee; } .service-item { @@ -264,6 +259,8 @@ body { /* Post List */ .post-list { list-style: none; + margin-top: 24px; + margin-bottom: 24px; } .post-item {