Attempted to fix iOS bug

This commit is contained in:
Morten Olsen
2021-08-27 22:19:11 +02:00
parent 4606cbec9c
commit 42952604e3
2 changed files with 6 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ const Wrapper = styled.div`
align-items: center;
height: 100%;
flex-wrap: wrap;
max-width: 1000px;
max-width: 1600px;
`;
const ItemWrapper = styled.a`