Align Today's Sermon with grid layout to match Upcoming Sermons
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
<!-- Today's Sermon -->
|
<!-- Today's Sermon -->
|
||||||
<div v-if="todaysSermon">
|
<div v-if="todaysSermon">
|
||||||
<h2 class="text-2xl font-semibold text-gray-900 mb-6">Today's Sermon</h2>
|
<h2 class="text-2xl font-semibold text-gray-900 mb-6">Today's Sermon</h2>
|
||||||
<div class="max-w-md mx-auto">
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||||
<SermonCard :sermon="todaysSermon" />
|
<SermonCard :sermon="todaysSermon" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user