Skip to content

Commit 18adff7

Browse files
authored
Add padding in large breakpoint (#788)
1 parent 795b4ef commit 18adff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/articles/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class="prose prose-lg text-gray-800 prose-lio"
142142
</article>
143143

144144
<section>
145-
<div class="container mx-auto py-6 px-4 lg:py-24 lg:px-0">
145+
<div class="container mx-auto py-6 px-4 lg:py-24">
146146
<h2 class="text-4xl text-gray-900 font-bold">
147147
Other articles you might like
148148
</h2>

0 commit comments

Comments
 (0)