Skip to content

Commit

Permalink
Merge pull request #27 from medly/fix/broken-header
Browse files Browse the repository at this point in the history
fix: updates the style of PageLayout to fix broken header design
  • Loading branch information
gmukul01 authored Sep 15, 2021
2 parents 9ead528 + 3054643 commit 5c7b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/PageLayout/PageLayout.styled.tsx
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 5c7b0fe

Please sign in to comment.