Skip to content

Commit

Permalink
fix: updates the \grid-template-rows\ style of PageLayout (#47)
Browse files Browse the repository at this point in the history
affects: @medly/create-app
  • Loading branch information
wsameer authored Sep 15, 2021
1 parent 32c4979 commit 66ce3a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const PageLayoutStyled = styled('div')`
grid-template-areas:
'aside header'
'aside main';
grid-template-rows: max-content auto;
grid-template-rows: auto 1fr;
grid-template-columns: auto 1fr;
& > aside {
Expand Down

0 comments on commit 66ce3a7

Please sign in to comment.