change IconsGrid in MiniChallenge to x3 auto

This commit is contained in:
mattyl006 2022-08-29 16:19:14 +02:00
parent a65bd37ed4
commit 3dce0b5ce5

View File

@ -47,7 +47,7 @@ const IconsGrid = styled(Grid)`
grid-template-rows: 1fr 1fr;
@media (min-width: 500px) {
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: auto auto auto;
}
`;