This commit is contained in:
parent
25c5e7a4ca
commit
dacee4d941
|
|
@ -14,7 +14,7 @@ interface DetailProps {
|
||||||
}
|
}
|
||||||
const ContainerMain = styled.div`
|
const ContainerMain = styled.div`
|
||||||
background: ${({ theme }) => theme.colors.gradients.bubblegum};
|
background: ${({ theme }) => theme.colors.gradients.bubblegum};
|
||||||
/* padding: 30px 0; */
|
padding: 30px 0;
|
||||||
`
|
`
|
||||||
const MainDiv = styled.div`
|
const MainDiv = styled.div`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue