Skip to content

Commit 4b51183

Browse files
committed
fix: feature list overflow on mobile
1 parent 3a4959a commit 4b51183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ exec "<path-to-directory>/bin/lua-language-server" "$@&quot
689689
}
690690

691691
section#intro .grid {
692-
grid-template-columns: repeat(auto-fill, 1fr);
692+
grid-template-columns: 1fr;
693693
}
694694
}
695695
</style>

0 commit comments

Comments
 (0)