Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(Footer): add min-height for Footer
Browse files Browse the repository at this point in the history
fix(Footer): add min-height for Footer
  • Loading branch information
Metnew committed Nov 3, 2017
1 parent 75d5bf0 commit be521a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/components/parts/Footer/style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const StyledFooter = styled.footer`
background-color: ${props => props.theme.primaryColorLight};
color: ${props => props.theme.primaryTextColor};
height: 90px;
min-height: 90px;
box-shadow: inset 0 0 0 0 ${props => props.theme.primaryColorDark},
0 2px 1px 0 ${props => props.theme.primaryColorDark};
`
Expand Down

0 comments on commit be521a8

Please sign in to comment.