Skip to content

Commit

Permalink
fix: blockquote styling
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Aug 30, 2024
1 parent 4e784c9 commit 3c28462
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ code {
color: inherit;
}

blockquote {
padding: 1rem 1.5rem;
margin: 1rem 0;
border-left: 4px solid #ccc;
background-color: #f9f9f9;
}

blockquote p:last-of-type {
margin: 0;
}

.page-content {
min-height: 500px;
}
Expand Down

0 comments on commit 3c28462

Please sign in to comment.