We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2585b commit 5842204Copy full SHA for 5842204
src/_includes/blog.html
@@ -14,7 +14,7 @@ <h1 class="font-bold text-5xl antialiased">Check out our blog posts</h1>
14
<div class="flex flex-col">
15
<div class="bg-white pt-12 pb-12 flex-1">
16
<div class="container mx-auto">
17
- <div class="flex flex-wrap md:-mx-3 gap-6">
+ <div class="flex flex-wrap gap-6">
18
19
{{ content | safe }}
20
0 commit comments