Skip to content

Commit

Permalink
FEATURE mobile template work (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Oct 18, 2023
1 parent 38442a8 commit 56401c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<% if $PromoList %>
<div class="row element__promos__list">
<% loop $PromoList.Sort(SortOrder) %>
<div class="col-lg-3 col-md-4 col-sm-6 mb-4 element__promos__item">
<div class="col-lg-3 col-md-4 col-6 mb-3 element__promos__item">
<div class="card h-100">
<% if $Image %>
<% if $ElementLink %><a href="$Link" title="Read $ElementLink.Title.ATT"><% end_if %>
Expand Down

0 comments on commit 56401c2

Please sign in to comment.