Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Oct 30, 2024
1 parent 6b2828e commit a5adefd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ pre {
.post table td,
.post table th {
border: 1px solid grey;
padding: 0.25rem;
padding: 0.5rem 1rem;
}

.post table th {
white-space: nowrap;
}

.meta {
Expand Down Expand Up @@ -131,7 +135,6 @@ section {
}

blockquote {
font-style: italic;
border-left: 5px solid #ececec;
padding-left: 1rem;
margin: 1rem 0;
Expand All @@ -149,6 +152,7 @@ h5 {

section h1:first-child {
margin-top: 0;
line-height: 36px;
}

strong,
Expand Down

0 comments on commit a5adefd

Please sign in to comment.