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