Skip to content

Commit 69d5255

Browse files
authored
FEATURE mobile template tweak for phone (#13)
1 parent 53b0a27 commit 69d5255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Dynamic/Elements/StatCounters/Elements/ElementStatCounters.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<% if $Stats %>
55
<div class="row element__stat__counters">
66
<% loop $Stats %>
7-
<div class="col-lg-3 col-md-4 col-sm-6 mb-4 element__stats__item">
7+
<div class="col-lg-3 col-md-4 col-6 mb-4 element__stats__item">
88
<div class="card h-100">
99
<div class="card-body stats__stat">
1010
<h3 class="card-title stat__statistic"><span class="number">$StatNumber</span><% if $Label %> $Label<% end_if %></h3>

0 commit comments

Comments
 (0)