Skip to content

Commit

Permalink
fix for rendering issue on safari for the banner component on institu…
Browse files Browse the repository at this point in the history
…tional homepage
  • Loading branch information
poojagunturu96 committed Nov 28, 2023
1 parent b5cbd8a commit 7d3e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/paragraphs/banner.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<aside class="banner">
<figure class="container px-0">
<a href="#">
<a href="#" class="d-flex">
<span class="banner__top-line"></span>
{% include 'partials/img.twig' with {
name: 'journey_banner'
Expand Down

0 comments on commit 7d3e5e6

Please sign in to comment.