Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
BambooStreet committed Aug 4, 2024
1 parent 978df66 commit 2d04fe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions _sass/colors/typography-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 2 additions & 4 deletions _sass/layout/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; // 이미지 비율 유지

}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2d04fe4

Please sign in to comment.