Skip to content

Commit

Permalink
fix: fix extra padding in footer (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv authored Dec 14, 2019
1 parent 5d9481a commit 56c0bfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Footer.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import styled from "styled-components";
import Typography from "@material-ui/core/Typography";

export const BaseFooter = styled.div`
padding-top: 39px;
height: 290px;
border-radius: 4px 4px 0 0;
padding: 40px;
background-color: #6200ee;
`;

Expand Down

1 comment on commit 56c0bfc

@vercel
Copy link

@vercel vercel bot commented on 56c0bfc Dec 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.