Skip to content

Commit c52264e

Browse files
authored
Merge pull request github#18674 from github/repo-sync
repo sync
2 parents 2e73eb7 + b585e9c commit c52264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/landing/GuideCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const GuideCards = () => {
2121
return (
2222
<div>
2323
<div className="d-lg-flex flex-items-stretch">
24-
<ul className="d-flex flex-wrap gutter">
24+
<ul className="d-flex flex-wrap gutter width-full">
2525
{(featuredLinks.guideCards || []).map((guide) => {
2626
return <GuideCard key={guide.href} guide={guide} />
2727
})}

0 commit comments

Comments
 (0)