Skip to content

Commit

Permalink
FEATURE mobile template work
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Oct 18, 2023
1 parent 86bfe5f commit 90345d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Includes/FeaturesListAlternating.ss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="card mb-3">
<div class="row g-0 feature-item alternating">
<div class="row g-0 feature-item">
<% if $Image %>
<div class="col-md-5">
<img src="$Image.FocusFill(800,550).URL" class="img-fluid" alt="$Image.Title.ATT">
</div>
<div class="card-body col-md-7<% if $Even %> order-first<% end_if %>">
<div class="card-body col-md-7<% if $Even %> order-md-first<% end_if %>">
<% else %>
<div class="card-body col-md-12">
<% end_if %>
Expand Down

0 comments on commit 90345d1

Please sign in to comment.