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{