Skip to content

Commit

Permalink
Merge pull request WebXDAO#453 from s2sharpit/exceedingWidth
Browse files Browse the repository at this point in the history
Exceeding width
  • Loading branch information
vinzvinci authored Jun 27, 2023
2 parents 9f6e830 + 23bdd17 commit 6612fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function Projects() {
<Head>
<title>Projects | WebXDAO</title>
</Head>
<section className="py-8">
<section className="w-full overflow-hidden py-8">
<div className="container mx-auto flex max-w-5xl flex-row flex-wrap justify-around lg:flex-nowrap">
<h1
className={cn(
Expand Down

0 comments on commit 6612fd4

Please sign in to comment.