Skip to content

Commit

Permalink
remove heights. make logos bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jan 18, 2024
1 parent e47461e commit 0ace13e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<table class="row content image">
<tr align="center">
<th class="small-12 first columns" align="center">
<%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653", height: "436" %>
<%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653" %>
</th>
<th class="expander"></th>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
}

.footer-logos img {
width: auto;
height: 25px;
}

img {
Expand Down Expand Up @@ -114,7 +112,7 @@
<tr>
<td align="center" style="padding: 48px; width: 653px; height: 436px;">
<% if has_image?(:main_image) %>
<%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653", height: "436" %>
<%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653" %>
<% end %>
</td>
</tr>
Expand Down Expand Up @@ -271,7 +269,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: <%= background_color %>">
<tr>
<!-- Social -->
<td class="mobile-responsive social-links" style="padding: 0 32px;">
<td class="mobile-responsive social-links" style="padding: 0 0 0 32px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" class="footer-social__wrap" style="color: #ffffff; font-size: 12px">
Expand All @@ -287,9 +285,9 @@
<td class="mobile-responsive logos-block" style="padding: 0 32px 0 0;vertical-align: bottom;">
<table border="0" cellspacing="0" cellpadding="0">
<tr class="footer-logos">
<td align="left" class="footer-logo" style="padding-left: 16px;padding-right: 20px;"><%= image_tag asset_pack_url("media/images/capital_logo.png", **host_options), width: "180", height: "25" %></td>
<td align="center" class="footer-logo" style="padding-left: 16px;padding-right: 20px;"><%= image_tag asset_pack_url("media/images/ajuntament.png", **host_options), width: "100", height: "25" %></td>
<td align="right" class="footer-logo" style="padding-left: 16px;"><%= image_tag asset_pack_url("media/images/metropolita_logo.png", **host_options), width: "80", height: "25" %></td>
<td align="left" class="footer-logo" style="padding-left: 5px;padding-right: 5px;width: 180px;"><%= image_tag asset_pack_url("media/images/capital_logo.png", **host_options), width: "180" %></td>
<td align="center" class="footer-logo" style="padding-left: 5px;padding-right: 5px;width: 100px;"><%= image_tag asset_pack_url("media/images/ajuntament.png", **host_options), width: "100" %></td>
<td align="right" class="footer-logo" style="padding-left: 5px;width: 80px;"><%= image_tag asset_pack_url("media/images/metropolita_logo.png", **host_options), width: "80" %></td>
</tr>
</table>
</td>
Expand Down

0 comments on commit 0ace13e

Please sign in to comment.