From 157fac3a32dae43e3138aeb7f2ec42e22e6f3c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 1 Nov 2024 10:11:19 +0900 Subject: [PATCH] =?UTF-8?q?scss=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_contents.scss | 1 + src/styles/_layout.scss | 1 + src/styles/_main.scss | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss index 7c8f334..50abad0 100644 --- a/src/styles/_contents.scss +++ b/src/styles/_contents.scss @@ -1312,6 +1312,7 @@ font-weight: 400; color: #999999; padding: 0; + width: 100%; height: 100%; flex: 1 ; background-color: inherit; diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss index fc8870a..a549ad0 100644 --- a/src/styles/_layout.scss +++ b/src/styles/_layout.scss @@ -239,6 +239,7 @@ footer{ nav{ .nav-list{ .nav-item{ + a, button{ font-size: 13px; } diff --git a/src/styles/_main.scss b/src/styles/_main.scss index 75632a2..0733f28 100644 --- a/src/styles/_main.scss +++ b/src/styles/_main.scss @@ -37,9 +37,10 @@ top: 50%; left: 0; transform: translateY(-50%); - width: 20px; - height: 20px; + width: 22px; + height: 22px; background: url(../../public/static/images/main/id_icon.svg)no-repeat center; + background-size: cover; } } .store-arr{