Skip to content

Commit

Permalink
fix: Remove negative margin from mobile app banner (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Oct 4, 2024
1 parent 9d1f9c9 commit 81301e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/templates/layout/root.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</div>
</div>
<% end %>
<div id="mobile-app-banner" style="background: #DCD3E8; display: none; margin: 0 -1.5rem; padding: 10px; text-align: center">
<div id="mobile-app-banner" style="background: #DCD3E8; display: none; margin: 0; padding: 10px; text-align: center">
<a href="https://mbta.com/app" rel="noreferrer" style="color: black; display: block" target="_blank">
Sign up to test the new <strong>MBTA app &#x2192;</strong>
</a>
Expand Down

0 comments on commit 81301e9

Please sign in to comment.