diff --git a/_sass/colors/typography-dark.scss b/_sass/colors/typography-dark.scss index cd639324dc9..cdd76944daa 100644 --- a/_sass/colors/typography-dark.scss +++ b/_sass/colors/typography-dark.scss @@ -13,8 +13,10 @@ // --text-muted-color: #868686; --text-color: #b8c5d2; --text-muted-color: #b8c5d2; // 포스트카드 내용 색상 변경 + // --text-muted-hightlight-color: #aeaeae; --text-muted-hightlight-color: #b8c5d2; + // --heading-color: #cccccc; --heading-color: #b8c5d2; // 포스트카드 제목 색상 변경 --label-color: #a7a7a7; diff --git a/_sass/layout/home.scss b/_sass/layout/home.scss index 95687bb5291..fec7659db6e 100644 --- a/_sass/layout/home.scss +++ b/_sass/layout/home.scss @@ -38,18 +38,16 @@ h2 { .preview-img { @extend %img-radius; + display: flex; justify-content: flex-end; // 내용을 오른쪽으로 정렬 - width: 100%; img { @extend %img-radius; width: 200px; - height: 200px; // 이미지 높이 증가 - object-fit: cover; // 이미지 비율 유지 } @@ -171,7 +169,7 @@ h2 { } .category-title { - font-family: "Nunito", sans-serif; + font-family: Nunito, sans-serif; font-size: 1.5rem; font-weight: 700; color: #333333;