Skip to content

Commit

Permalink
fix vertical alignment/padding for bloquote content (#6486)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn authored Dec 4, 2024
1 parent 4bb510f commit f36619b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ blockquote {
color: var(--code-inner-color);
padding-left: 2rem;
padding-bottom: 8px;
padding-bottom: 8px;
padding-top: 8px;
margin: 2rem 0px;
position: relative;
}
Expand All @@ -477,6 +477,7 @@ blockquote::before {
position: absolute;
width: 8px;
height: 100%;
top: 0;
left: 0px;
background: var(--code-bgd-color);
border-radius: 5px;
Expand Down

0 comments on commit f36619b

Please sign in to comment.