Skip to content

Commit

Permalink
fix(docs): ui fix for article component (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer authored Aug 21, 2023
1 parent a4e6343 commit f1a1655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const contentClassVariants: Record<LayoutType, string> = styleVariants({
home: {
'@media': {
[`screen and ${breakpoints.md}`]: {
flexBasis: '33%',
gridColumn: '2 / span 3',
},
},
},
Expand Down

1 comment on commit f1a1655

@vercel
Copy link

@vercel vercel bot commented on f1a1655 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alpha-docs – ./packages/apps/docs

alpha-docs-git-main-kadena-js.vercel.app
alpha-docs-kadena-js.vercel.app
docs-silk-two.vercel.app
alpha-docs.kadena.io

Please sign in to comment.