Skip to content

Commit

Permalink
fix color + height
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jan 31, 2024
1 parent e6dc561 commit 2cd7250
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
font-size: 18px !important;
color: #ffffff !important;
}
.introduction-text a {
color: #ffffff !important;
text-decoration: underline !important;
}

.intro-button a {
color: <%= background_color %> !important;
Expand Down Expand Up @@ -110,7 +114,7 @@
<!-- Intro-content -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color: <%= background_color %>;">
<tr>
<td align="center" style="padding: 48px; width: 653px; height: 436px;">
<td align="center" style="padding: 48px; width: 653px;">
<% if has_image?(:main_image) %>
<%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653" %>
<% end %>
Expand Down

0 comments on commit 2cd7250

Please sign in to comment.