Format Change
This commit is contained in:
parent
6afe93aa04
commit
7d3dfb01cd
1 changed files with 3 additions and 0 deletions
|
|
@ -49,7 +49,9 @@ const SlidingIndicator = styled('div')`
|
||||||
|
|
||||||
const CardShell = styled('div')`
|
const CardShell = styled('div')`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
@ -58,6 +60,7 @@ const Card = styled('div')`
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
margin: 5px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const CardTitle = styled('p')`
|
const CardTitle = styled('p')`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue