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.
2 parents 2e73eb7 + b585e9c commit c52264eCopy full SHA for c52264e
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