Skip to content

Commit

Permalink
Tweaking margins for blockquote.
Browse files Browse the repository at this point in the history
  • Loading branch information
krckyboy committed Jun 8, 2024
1 parent f692005 commit f39ea6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/styles/about-and-blog-content.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Typography, spacings and other styles for /about and /blog/[slug]
font-size: clamp(1.1rem, 1.2vw, 2rem);
}

p, blockquote {
p {
margin-top: $margin-top-value;

&:first-child {
Expand All @@ -44,6 +44,11 @@ Typography, spacings and other styles for /about and /blog/[slug]

blockquote {
padding-left: 1.5rem;
margin-top: 2rem;

&:first-child {
margin-top: 0;
}
}

a {
Expand Down

0 comments on commit f39ea6c

Please sign in to comment.