We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31568f5 commit 319d3d0Copy full SHA for 319d3d0
app/[locale]/dapps/_components/dapps.tsx
@@ -1111,7 +1111,7 @@ const DappsPage = ({
1111
<H2 id="explore">{t("page-dapps-explore-dapps-title")}</H2>
1112
<CenterText>{t("page-dapps-explore-dapps-description")}</CenterText>
1113
<H3>{t("page-dapps-choose-category")}</H3>
1114
- <div className="mb-8 grid w-full grid-cols-1 justify-center gap-4 px-8 sm:grid-cols-2 lg:w-auto lg:grid-cols-3 2xl:grid-cols-6">
+ <div className="mb-8 grid w-full grid-cols-1 justify-center gap-4 px-8 sm:grid-cols-2 lg:w-auto lg:grid-cols-[repeat(4,auto)]">
1115
{categoryKeys.map((key, idx) => {
1116
const categoryType = key as CategoryType
1117
const category = categories[categoryType]
0 commit comments