Skip to content

Commit

Permalink
centralizando os itens do footer
Browse files Browse the repository at this point in the history
Co-authored-by: KessJhones <[email protected]>
Co-authored-by: Giovannabbottino <[email protected]>
  • Loading branch information
3 people committed Oct 13, 2021
1 parent e1672dc commit 013473e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Footer = () => {
objectFit="contain"
alt="logo"
/>
<h3>MYCHINE</h3>
<h2>MYCHINE</h2>
</S.Logo>
</Link>
<S.Links>
Expand Down
9 changes: 3 additions & 6 deletions src/components/Footer/styles.tsx
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
import styled, { css } from 'styled-components';
// import { hoverAnimation } from 'UI/animations';

export const Footer = styled.footer`
grid-area: footer;
grid-column: 1/-1;
justify-self: center;
top: 8px;
display: block;
z-index: 1;
display: flex;
flex-direction: column;
background: #00000050;
align-items: center;
`;

export const Logo = styled.div`
${({ theme }) => css`
position: relative;
display: flex;
display: inline-flexbox;
gap: 1rem;
align-items: center;
margin-right: ${theme.spacings.xlarge};
Expand Down

0 comments on commit 013473e

Please sign in to comment.