Responsive fix.

This commit is contained in:
Pushkar Anand 2020-11-28 23:46:56 +05:30
parent ba24e8ee46
commit 140b4860ac

View file

@ -43,6 +43,8 @@ const DeadCenter = styled.div`
`;
const ListContainer = styled.div`
display: flex;
@media (min-width: 1000px) {
width: 1000px;
}
@ -52,7 +54,7 @@ const ListContainer = styled.div`
}
@media (max-width: 450px) {
max-width: 100%;
width: 100%;
}
`;