Skip to content

Commit

Permalink
fix(gdocs): prominent links in side-by-side blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed Feb 22, 2024
1 parent 28bf7cf commit b2ee82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/gdocs/components/ArticleBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const layouts: { [key in Container]: Layouts} = {
},
["side-by-side"]: {
["default"]: "span-cols-6 span-sm-cols-12",
["prominent-link"]: "grid grid-cols-6 span-cols-6 grid-sm-cols-12 span-sm-cols-12 ",
},
["summary"]: {
["default"]: "col-start-5 span-cols-6 col-md-start-3 span-md-cols-10 span-sm-cols-12 col-sm-start-2",
Expand Down

0 comments on commit b2ee82e

Please sign in to comment.