Change to px, % was too reactive
This commit is contained in:
parent
7d3dfb01cd
commit
ace3b0daa9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const CardShell = styled('div')`
|
|||
|
||||
const Card = styled('div')`
|
||||
background-color: #C7C7C7;
|
||||
width: 50%;
|
||||
width: 1000px;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
margin: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue