Fix card width (#62)

This commit is contained in:
Maria Rushkova 2021-09-14 10:01:45 +02:00 committed by GitHub
parent 1b7d6a9c4a
commit 605d5e1950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;