Skip to content

Commit

Permalink
render blockquotes on blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethsnair1 authored and natalie-bernhard committed Jun 21, 2024
1 parent c36d9ab commit b1789e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/content/_assets/css/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -540,4 +540,28 @@ iframe{

div.sectionbody div.ulist > ul > li p{
font-size: 16px;
}

.quoteblock{
display: table;
margin: auto;
blockquote{
&:before{
content: "\201c";
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5em;
font-weight: 700;
line-height: .6em;
margin-left: -.6em;
}
margin-left: 22px;
margin-right: 0;
text-align: justify;
}
.attribution{
text-align: right;
font-style: italic;
margin-right: 0.5ex;
}
}

0 comments on commit b1789e2

Please sign in to comment.