Skip to content

Commit

Permalink
fix: ensure footer remains the same size on monitors with larger reso…
Browse files Browse the repository at this point in the history
…lution
  • Loading branch information
jerelmiller committed Aug 18, 2020
1 parent 8fa6f04 commit 746015b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const MainLayout = ({ children }) => {
'sidebar content'
'sidebar footer';
grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
grid-template-rows: 1fr auto;
grid-gap: ${layout.contentPadding};
width: 100%;
max-width: ${layout.maxWidth};
Expand Down

0 comments on commit 746015b

Please sign in to comment.