Skip to content

Commit

Permalink
폰트 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heechokim committed Nov 3, 2023
1 parent 08a3750 commit d387b84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _sass/pages/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
// Post Section
section.post {
margin-bottom: 80px;
margin-left: 100px;
margin-right: 100px;
}

// Back home button
Expand Down Expand Up @@ -90,8 +92,8 @@ a.read-more {
#post {
font-size: 16px;
color: #353535;
font-weight: 600;
padding-bottom: 10px;
font-weight: 500;
padding-bottom: 11px;
.post-header {
margin: 0 auto 50px;
}
Expand All @@ -112,7 +114,6 @@ a.read-more {

#page {
padding-bottom: 50px;
margin-right: 100px;
min-height: 70vh;
.page-header {
margin: 0 auto 50px;
Expand Down

0 comments on commit d387b84

Please sign in to comment.