Skip to content

Commit

Permalink
Revert "render blockquotes on blogs"
Browse files Browse the repository at this point in the history
This reverts commit b1789e2.
  • Loading branch information
natalie-bernhard committed Jun 21, 2024
1 parent 478e2f4 commit 9b186c4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/main/content/_assets/css/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -540,28 +540,4 @@ 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 9b186c4

Please sign in to comment.