From 9dd987c5adf3989e84efcf8d93b614fe215a2046 Mon Sep 17 00:00:00 2001 From: BambooStreet Date: Tue, 24 Sep 2024 20:00:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=88=EC=B9=B8=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 빈칸추가 --- _sass/addon/commons.scss | 1 + _sass/layout/home.scss | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 5cf28cf055b..332a77817b2 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -222,6 +222,7 @@ i { #access-lastmod { a { color: inherit; + @extend %no-bottom-border; &:hover { diff --git a/_sass/layout/home.scss b/_sass/layout/home.scss index 188ff1fe0b9..266b7c30187 100644 --- a/_sass/layout/home.scss +++ b/_sass/layout/home.scss @@ -30,7 +30,7 @@ h2 { .card { border: 0; background: none; - box-shadow: 0 4px 8px rgba(0,0,0,0.1); // 그림자 추가로 카드 느낌 강화 + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); // 그림자 추가로 카드 느낌 강화 %img-radius { border-radius: $base-radius $base-radius 0 0; @@ -51,7 +51,6 @@ h2 { object-fit: cover; // 이미지 비율 유지 filter: brightness(0.7); /* 밝기를 80%로 낮춤 */ transition: filter 0.3s ease; /* 부드러운 전환 효과 추가 */ - } &:hover img { @@ -248,5 +247,3 @@ h2 { } } /* .pagination */ } - -