Skip to content

Commit

Permalink
Add blockquote styling (#71)
Browse files Browse the repository at this point in the history
* Add blockquote styling

* removing italics

Co-authored-by: Tuana Celik <[email protected]>
  • Loading branch information
carlosgauci and TuanaCelik authored Jan 4, 2023
1 parent b337e68 commit 57f2154
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions themes/haystack/assets/sass/components/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,20 @@ video.responsive {
// Google chart
.article-content .google-chart {
min-height: 25rem;

&:not(:last-of-type) {
margin-bottom: 5rem;
}
}
}

// Blockquotes
blockquote {
background: var(--color-bg-light-grey);
border-left: 0.5rem solid var(--color-blue);
padding: 1rem;
margin-top: var(--sm-text-spacing);

p {
margin-top: 0;
}
}

1 comment on commit 57f2154

@vercel
Copy link

@vercel vercel bot commented on 57f2154 Jan 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.