Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak grid on /core
Browse files Browse the repository at this point in the history
mj12albert committed Jan 22, 2025

Verified

This commit was signed with the committer’s verified signature.
kjetilk Kjetil Kjernsmo
1 parent e866f6e commit fff310a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/components/productCore/CoreProducts.tsx
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ import Section from 'docs/src/layouts/Section';
import { InfoCard } from '@mui/docs/InfoCard';
import { Theme } from '@mui/material/styles';
import SvgMuiLogomark from 'docs/src/icons/SvgMuiLogomark';
import SvgBaseUiLogo from 'docs/src/icons/SvgBaseUiLogo';
import StyleRoundedIcon from '@mui/icons-material/StyleRounded';
import WebRoundedIcon from '@mui/icons-material/WebRounded';

@@ -49,7 +48,7 @@ export default function CoreProducts() {
<Section cozy>
<Grid container spacing={2}>
{content.map(({ icon, title, description, link }) => (
<Grid key={title} size={{ xs: 12, md: 6 }}>
<Grid key={title} size={{ xs: 12, md: 4 }}>
<InfoCard
icon={icon}
link={link}

0 comments on commit fff310a

Please sign in to comment.