1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Merge pull request #18674 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-06-16 13:56:55 -05:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ export const GuideCards = () => {
return (
<div>
<div className="d-lg-flex flex-items-stretch">
<ul className="d-flex flex-wrap gutter">
<ul className="d-flex flex-wrap gutter width-full">
{(featuredLinks.guideCards || []).map((guide) => {
return <GuideCard key={guide.href} guide={guide} />
})}