fix error on Wrapper
This commit is contained in:
parent
c5a1e40216
commit
124a91783e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue