Align footer images better
This commit is contained in:
parent
e6ac929303
commit
89c4df9650
|
|
@ -41,7 +41,7 @@
|
||||||
</p>
|
</p>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<div style="text-align: center; margin: 1em 0;">
|
<div style="text-align: center; margin: 1em 0;">
|
||||||
<span style="margin-right: 1em;">
|
<span style="margin-right: 1em;top:-7px;position:relative">
|
||||||
<%= I18n.t "mailer_layout.footer.connect_with_us" -%>
|
<%= I18n.t "mailer_layout.footer.connect_with_us" -%>
|
||||||
</span>
|
</span>
|
||||||
<a href="https://www.facebook.com/JamKazam/" target="_blank" style="text-decoration: none;">
|
<a href="https://www.facebook.com/JamKazam/" target="_blank" style="text-decoration: none;">
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
<img src="<%= asset_url("email/youtube-icon.png", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="YouTube" style="width: 24px; height: 24px; margin: 0 5px;">
|
<img src="<%= asset_url("email/youtube-icon.png", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="YouTube" style="width: 24px; height: 24px; margin: 0 5px;">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://x.com/jamkazam" target="_blank" style="text-decoration: none;">
|
<a href="https://x.com/jamkazam" target="_blank" style="text-decoration: none;">
|
||||||
<img src=<%= asset_url("email/twitter-x-icon.png", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="X.com" style="width: 24px; height: 24px; margin: 0 5px;">
|
<img src="<%= asset_url("email/twitter-x-icon.png", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="X.com" style="width: 24px; height: 24px; margin: 0 5px;">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue