From cfd3cb99ee3405affcd3f144f7ce6cd115419f73 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Sat, 5 Aug 2023 01:01:43 +0900 Subject: [PATCH] style(content): tweaking --- styles/components/content.module.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles/components/content.module.scss b/styles/components/content.module.scss index 0af2a02..b9989cc 100644 --- a/styles/components/content.module.scss +++ b/styles/components/content.module.scss @@ -11,7 +11,6 @@ text-rendering: optimizelegibility; letter-spacing: 0.03em; color: map-get($basic-colors, base); - margin-top: 0.3em; font-weight: 400; overflow: hidden; @@ -34,11 +33,8 @@ } } } - .content-footer { - margin-top: 1em; - } .accordion-wrap { - margin-top: 1em; + margin-top: 0.7em; } }