Skip to content

Commit

Permalink
Widen more button
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewis-everley committed Nov 29, 2024
1 parent 3fc9ad4 commit e899f14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="unit size1of3 unit-33 col-lg-3 col-sm-6 mb-4 child $EvenOdd child-{$Pos}">
<div class="unit size1of3 unit-33 col-12 col-md-6 col-lg-3 mb-4 child $EvenOdd child-{$Pos}">
<div class="h-100">
<% if $FeaturedImage.exists %>
<p class="child-image">
Expand All @@ -15,7 +15,7 @@
<p>$Content.FirstParagraph</p>

<p>
<a class="btn btn-primary" href="{$Link}">
<a class="btn btn-primary w-100" href="{$Link}">
<%t ChildHubPage.More "More" %>
</a>
</p>
Expand Down

0 comments on commit e899f14

Please sign in to comment.