diff --git a/frontend/src/styles/about-and-blog-content.module.scss b/frontend/src/styles/about-and-blog-content.module.scss index 57fcad1..725942d 100644 --- a/frontend/src/styles/about-and-blog-content.module.scss +++ b/frontend/src/styles/about-and-blog-content.module.scss @@ -1,6 +1,6 @@ @import '@/styles/vars'; -$margin-top-value: 1.5rem; +$margin-top-value: 1rem; /** Typography, spacings and other styles for /about and /blog/[slug] @@ -20,7 +20,7 @@ Typography, spacings and other styles for /about and /blog/[slug] } + img { - + p { + + p, blockquote { margin-top: $margin-top-value; } } @@ -34,7 +34,7 @@ Typography, spacings and other styles for /about and /blog/[slug] font-size: clamp(1.1rem, 1.2vw, 2rem); } - p { + p, blockquote { margin-top: $margin-top-value; &:first-child { diff --git a/frontend/src/styles/global.scss b/frontend/src/styles/global.scss index ee092d6..59a485f 100644 --- a/frontend/src/styles/global.scss +++ b/frontend/src/styles/global.scss @@ -32,4 +32,9 @@ hr { background: $color-background-lighten; height: 6px; margin-block: 3rem; +} + +em { + font-style: italic; + color: $color-accent; } \ No newline at end of file