Skip to content

Commit

Permalink
add more CSS properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Dec 15, 2023
1 parent cf65c13 commit 60dc94a
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
margin: 0 auto;
}

img {
-ms-interpolation-mode: nearest-neighbor;
-ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 500px) {
.event-box,
.footer-box {
Expand Down Expand Up @@ -220,8 +225,8 @@
<tr>
<td>
<table class="row content image">
<tr>
<th class="small-12 first columns">
<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" %>
</th>
<th class="expander"></th>
Expand Down

0 comments on commit 60dc94a

Please sign in to comment.