fix error on Wrapper

This commit is contained in:
Agustín Longoni 2020-04-22 14:03:34 -03:00 committed by GitHub
parent c5a1e40216
commit 124a91783e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const Wrapper = styled.div`
box-shadow: 1px 2px 10px 0 rgba(212, 212, 211, 0.59); box-shadow: 1px 2px 10px 0 rgba(212, 212, 211, 0.59);
background-color: white; background-color: white;
} }
`
export const Nav = styled.div` export const Nav = styled.div`
grid-column: 1/3; grid-column: 1/3;
grid-row: 1; grid-row: 1;