Update Settings Modal

This commit is contained in:
Bastian Meissner 2021-11-24 21:30:44 +01:00
parent eb5cb2dee6
commit add184d580
3 changed files with 116 additions and 84 deletions

View file

@ -28,7 +28,7 @@ export const ItemList = styled.ul`
padding: 0;
list-style: none;
@media (max-width: 750px) {
@media (max-width: 766px) {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
`;