diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/blog-posts.scss b/services/web/frontend/stylesheets/bootstrap-5/components/blog-posts.scss index 96baa65799..f379fd93b9 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/blog-posts.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/blog-posts.scss @@ -41,7 +41,6 @@ .blog { margin-top: var(--spacing-16); - margin-bottom: var(--spacing-16); img { max-width: 100%; diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss index 61ad186d67..3c25ff6810 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss @@ -49,7 +49,7 @@ } .begin-now-card { - margin: var(--spacing-16) 0; + margin: calc(var(--spacing-16) * 2) 0; } // TODO: only used on about page. Confirm with UX changes needed diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 60656ac388..07426d94da 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -400,6 +400,10 @@ .related-tags-header { margin-top: var(--spacing-16); + + h2 { + margin-bottom: 0; + } } .related-tags {