diff --git a/cdhweb/static_src/global/components/blog-hero.scss b/cdhweb/static_src/global/components/blog-hero.scss index b37a5b28..5ff1495a 100644 --- a/cdhweb/static_src/global/components/blog-hero.scss +++ b/cdhweb/static_src/global/components/blog-hero.scss @@ -114,6 +114,12 @@ Blog hero. Similar to standard hero. Key differences: @include xl { font-size: px2rem(20); } + + :where(ul) { + display: flex; + flex-direction: column; + gap: 12px; + } } .blog-hero__description { diff --git a/templates/includes/blog_hero.html b/templates/includes/blog_hero.html index 44478393..fe24e858 100644 --- a/templates/includes/blog_hero.html +++ b/templates/includes/blog_hero.html @@ -14,7 +14,7 @@