Skip to content

Commit

Permalink
fix: footer width equal to header (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Radulescu <[email protected]>
  • Loading branch information
radulescuandrew and Andrew Radulescu authored Dec 20, 2023
1 parent 71b8a9c commit cece9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/modules/mail/templates/partials/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
style='background-color: #000000; color: #ffffff !important; padding: 1.5rem 1.5rem;'
style='background-color: #000000; color: #ffffff !important; padding: 1.5rem 1.5rem; width: 100%;'
>
<table
style='width: 80%; border: none; margin-left: auto; margin-right: auto; padding-bottom: 1rem'
Expand Down

0 comments on commit cece9b9

Please sign in to comment.