diff --git a/src/components/FromTheBlog/FromTheBlog.css b/src/components/FromTheBlog/FromTheBlog.css index 61ef7df6..45ca8b2f 100644 --- a/src/components/FromTheBlog/FromTheBlog.css +++ b/src/components/FromTheBlog/FromTheBlog.css @@ -32,7 +32,7 @@ } .from-blog__eyebrow { - margin: 0 0 14px; + margin: 0 0 4px; font-size: 13px; font-weight: 600; text-transform: uppercase; @@ -58,7 +58,7 @@ } .from-blog__subtitle { - margin: 10px 0 0; + margin: 4px 0 0; font-size: 16px; color: var(--fb-muted); } diff --git a/src/components/blogCarousel/blogCarousel.css b/src/components/blogCarousel/blogCarousel.css index 7b9fe246..7064365c 100644 --- a/src/components/blogCarousel/blogCarousel.css +++ b/src/components/blogCarousel/blogCarousel.css @@ -590,7 +590,7 @@ letter-spacing: 0.15em; text-transform: uppercase; color: #16a34a; - margin: 0 0 0.5rem; + margin: 0 0 0.25rem; } [data-theme="dark"] .blog-section-eyebrow { @@ -615,7 +615,7 @@ .blog-section-subtitle { font-size: 16px; color: #4b5563; - margin: 0.5rem 0 0; + margin: 0.25rem 0 0; } [data-theme="dark"] .blog-section-subtitle {