Skip to content

Commit

Permalink
[DOCS]chore: fix homepage template (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Oct 4, 2023
1 parent 650afda commit 8f22363
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/thin-candles-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
8 changes: 7 additions & 1 deletion packages/apps/docs/src/components/Layout/basestyles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ export const baseGridClass = style([
`,
},
[`screen and ${breakpoints.xxl}`]: {
gridTemplateColumns: `auto ${$$leftSideWidth} minmax(auto, calc(${$$pageWidth} - ${$$leftSideWidth} - ${$$asideMenuWidthLGDefault})) ${$$asideMenuWidthLGDefault} auto`,
gridTemplateAreas: `
"header header header header header"
"pageheader pageheader pageheader pageheader pageheader"
". menu content aside ."
"footer footer footer footer footer"
`,
gridTemplateColumns: `minmax(1%, auto) ${$$leftSideWidth} calc(${$$pageWidth} - ${$$leftSideWidth}) 0 minmax(1%, auto)`,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export const articleClass = style([
sprinkles({
width: '100%',
paddingY: 0,
paddingX: '$4',
backgroundColor: 'transparent',
}),
{
paddingInline: vars.sizes.$4,
'@media': {
[`screen and ${breakpoints.md}`]: {
paddingInline: vars.sizes.$10,
Expand Down

2 comments on commit 8f22363

@vercel
Copy link

@vercel vercel bot commented on 8f22363 Oct 4, 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:

docs-storybook – ./packages/apps/docs

kadena-js-docs.vercel.app
docs-storybook-kadena-js.vercel.app
docs-storybook-git-main-kadena-js.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8f22363 Oct 4, 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-kadena-js.vercel.app
docs-silk-two.vercel.app
alpha-docs-git-main-kadena-js.vercel.app
alpha-docs.kadena.io

Please sign in to comment.