Skip to content

Commit

Permalink
빈칸추가
Browse files Browse the repository at this point in the history
빈칸추가
  • Loading branch information
BambooStreet committed Sep 24, 2024
1 parent ef947b7 commit 9dd987c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ i {
#access-lastmod {
a {
color: inherit;

@extend %no-bottom-border;

&:hover {
Expand Down
5 changes: 1 addition & 4 deletions _sass/layout/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -51,7 +51,6 @@ h2 {
object-fit: cover; // 이미지 비율 유지
filter: brightness(0.7); /* 밝기를 80%로 낮춤 */
transition: filter 0.3s ease; /* 부드러운 전환 효과 추가 */

}

&:hover img {
Expand Down Expand Up @@ -248,5 +247,3 @@ h2 {
}
} /* .pagination */
}


0 comments on commit 9dd987c

Please sign in to comment.