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 20ad46f commit 20d10a8Copy full SHA for 20d10a8
components/landing/GuideCards.tsx
@@ -21,7 +21,7 @@ export const GuideCards = () => {
21
return (
22
<div>
23
<div className="d-lg-flex flex-items-stretch">
24
- <ul className="d-flex flex-wrap gutter">
+ <ul className="d-flex flex-wrap gutter width-full">
25
{(featuredLinks.guideCards || []).map((guide) => {
26
return <GuideCard key={guide.href} guide={guide} />
27
})}
0 commit comments