Skip to content

Commit 646f7f7

Browse files
fix: add missing padding to current meetup card
1 parent 33dcbaa commit 646f7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-templates/home.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
{if $currentMeetup}
4343
<h2>{_ "Current Meetup"}</h2>
44-
<div class="card">
44+
<div class="card mb-4">
4545
<div class="card-header">
4646
{meetup $currentMeetup showRsvp=false}
4747
</div>

0 commit comments

Comments
 (0)