Skip to content

Commit

Permalink
Center align Guide Cards for all devices (#31085)
Browse files Browse the repository at this point in the history
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 16, 2024
1 parent fc39830 commit 0c041b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/landings/components/GuideCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const GuideCards = () => {
return (
<div>
<div className="d-lg-flex flex-items-stretch">
<ul className="d-flex flex-wrap gutter width-full">
<ul className="d-flex flex-wrap gutter">
{(featuredLinks.guideCards || []).map((guide) => {
return <GuideCard key={guide.href} guide={guide} />
})}
Expand Down

0 comments on commit 0c041b3

Please sign in to comment.