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

Commit

Permalink
fix(components): make footer smaller [height]
Browse files Browse the repository at this point in the history
fix(components): make footer smaller [height]
  • Loading branch information
Metnew committed Nov 8, 2017
1 parent 6ebb76c commit 8b7fb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/components/parts/Footer/style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const StyledFooter = styled.footer`
align-items: center;
background-color: ${props => props.theme.primaryColorLight};
color: ${props => props.theme.primaryTextColor};
height: 90px;
min-height: 90px;
height: 72px;
min-height: 72px;
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 8b7fb7f

Please sign in to comment.