Skip to content

Commit

Permalink
fixing columns size
Browse files Browse the repository at this point in the history
  • Loading branch information
varodrig committed Aug 27, 2024
1 parent 0eff02b commit b9f2217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function IndexPage({ data }) {
/>
<CallToAction last url="https://okd.io" title="Collaborate with the community" />
</div>
<div className="light md:w-3/5 grid grid-cols-6 gap-3 lg:gap-4 rounded-lg p-3 lg:p-4 bg-tertiary-400 bg-opacity-40">
<div className="light md:w-3/5 grid grid-cols-2 gap-3 lg:gap-4 rounded-lg p-3 lg:p-4 bg-tertiary-400 bg-opacity-40">
<div className={`col-span-3 ${mosaicImgStyle} ${mosaicImgOverlay}`}>
<CommonsGathering />
</div>
Expand Down

0 comments on commit b9f2217

Please sign in to comment.