Skip to content

Commit 5842204

Browse files
authored
fix: horizontal scrolling (blog page) (#155)
1 parent ae2585b commit 5842204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="font-bold text-5xl antialiased">Check out our blog posts</h1>
1414
<div class="flex flex-col">
1515
<div class="bg-white pt-12 pb-12 flex-1">
1616
<div class="container mx-auto">
17-
<div class="flex flex-wrap md:-mx-3 gap-6">
17+
<div class="flex flex-wrap gap-6">
1818

1919
{{ content | safe }}
2020

0 commit comments

Comments
 (0)