Skip to content

Commit

Permalink
feat: adding padding and remove paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Oct 2, 2023
1 parent 1c86e19 commit a3a58d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/templates/Footer/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export const FooterComponent = styled.footer`
export const FooterTopComponent = styled.div`
border-bottom: 1px #6B6B6B solid;
justify-content: space-between;
padding-bottom: 0.5rem;
padding: 0rem 0.5rem;
padding: 1rem 0.5rem;
display: flex;
`;

Expand All @@ -29,7 +28,7 @@ export const Icons = styled.img`
`

export const FooterBottomComponent = styled.div`
padding-top: 0.5rem;
padding: 1rem 0rem;
text-align: center;
color: #FFFFFF;
`;

0 comments on commit a3a58d6

Please sign in to comment.