Skip to content

Commit d7acc70

Browse files
authored
Merge pull request #159 from Arhell/patch-1
fix horizontal scrolling (partners page)
2 parents fa20651 + 9bf435e commit d7acc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/partners.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="font-bold text-5xl antialiased">Community Partners</h1>
1616
<div class="flex flex-col">
1717
<div class="bg-white pt-12 pb-12 flex-1">
1818
<div class="container mx-auto">
19-
<div class="flex flex-wrap md:-mx-3 gap-6">
19+
<div class="flex flex-wrap gap-6">
2020

2121
{{ content | safe }}
2222

0 commit comments

Comments
 (0)