Skip to content

Commit dc75c5c

Browse files
committed
fix horizontal scrolling (projects page)
1 parent 5842204 commit dc75c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/projects.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">Resources/Projects</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)