Skip to content

Commit fa20651

Browse files
authored
Merge pull request #157 from Arhell/fix
fix horizontal scrolling (projects page)
2 parents 5842204 + dc75c5c commit fa20651

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)