Fix card width (#62)
This commit is contained in:
parent
1b7d6a9c4a
commit
605d5e1950
|
@ -33,7 +33,7 @@ const List = styled.div`
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
||||
@media (max-width: 425px) {
|
||||
padding-top: 118px;
|
||||
|
|
Loading…
Reference in New Issue