From 2f312f3cf76e44ed100e14e831d2c217d89116a1 Mon Sep 17 00:00:00 2001 From: JaeYong Lee Date: Wed, 1 Nov 2023 15:44:36 +0900 Subject: [PATCH] Fix copyright margin --- app/_component/footer.module.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/_component/footer.module.scss b/app/_component/footer.module.scss index d6a3437..edea2a3 100644 --- a/app/_component/footer.module.scss +++ b/app/_component/footer.module.scss @@ -1,7 +1,7 @@ @use '@/app/variables.scss' as var; .footer { - margin: 0 20px; + margin: 0 10px; font-size: 0.9rem; a { @@ -13,3 +13,9 @@ margin-right: 3px; } } + +@media (width >= 820px) { + .footer { + margin: 0 20px; + } +}