Skip to content

Commit

Permalink
fix(footer): add flex value to main content (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: Maomao Meyer-Zhang <[email protected]>
  • Loading branch information
maomaoZH and Maomao Meyer-Zhang authored Jan 11, 2022
1 parent 2ca5d3e commit 7216fa8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
background: var(--background);
padding-left: var(--spacing-x);
padding-right: var(--spacing-x);
flex: 1;
}

@media (min-width: 1552px) {
Expand Down

0 comments on commit 7216fa8

Please sign in to comment.