carbon-design-system / carbon-for-ibm-dotcom-website

This is the Carbon for IBM.com website, which includes documentation and guidelines around design and development for IBM.com
https://www.ibm.com/standards/carbon/
Apache License 2.0
39 stars 43 forks source link

[Homepage] Update resource cards to three across #1756

Open mjabbink opened 7 months ago

mjabbink commented 7 months ago

We should update the ability to compose our resource cards to three columns across vs. only two. It was always meant to be this way and somehow never built to do so.

current

Screenshot 2024-01-30 at 9 04 53 AM

expected

Screenshot 2024-01-30 at 9 08 00 AM
mjabbink commented 7 months ago

FYI @oliviaflory @RichKummer @kennylam @alisonjoseph

Related to this issue in Carbon for IBM Products https://github.ibm.com/CDAI-design/pal/issues/1516

alisonjoseph commented 7 months ago

This is easily updated now with a class name change on the wrapper Row around the ResourceCards (if you're on the latest version of the Gatsby theme)

https://gatsby-theme-carbon.vercel.app/components/ResourceCard#group-three-across

<Row className="resource-card-group-3-across">

mjabbink commented 7 months ago

thanks @alisonjoseph!