Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Weile-Zheng committed May 21, 2024
1 parent ced7b49 commit 6ea3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function ProjectCard({ json, basePath }) {
}
function CommunityImages({ basePath }) {
return (
<div className="flex flex-col sm:flex-row items-center">
<div className="flex flex-col sm:flex-row items-center mx-auto max-w-6xl">
<div className="w-full sm:w-1/2 mx-4 mb-6 flex flex-col justify-center items-center">
<p className="text-base mt-2">WN24 Project Expo</p>
<Image
Expand Down

0 comments on commit 6ea3b40

Please sign in to comment.