Skip to content

Commit

Permalink
Wrap the site alert in a card for the rounded corners (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb authored Oct 9, 2024
1 parent 32a82e2 commit 960b0c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/home/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
<article>
<section class="content-stack">
{% if active_site_alert %}
{% include 'dwds/components/banner.html' with text=active_site_alert.banner_text link=active_site_alert.banner_link %}
<div class="dwds-content-item-card no-shadow">
{% include 'dwds/components/banner.html' with text=active_site_alert.banner_text link=active_site_alert.banner_link %}
</div>
{% endif %}
{% include 'interactions/bookmark_card.html' %}
{% if quick_links %}
Expand Down

0 comments on commit 960b0c6

Please sign in to comment.