| @@ -52,8 +52,8 @@ export const NewCategoryButton = styled(PrimaryButton)` | |||
| font-weight: 700; | |||
| } | |||
| @media (max-width: 600px) { | |||
| bottom: 18px; | |||
| right: 16px; | |||
| /* bottom: 18px; | |||
| right: 16px; */ | |||
| } | |||
| `; | |||
| export const CategoriesList = styled(Box)` | |||
| @@ -55,7 +55,6 @@ export const NewLocationButton = styled(PrimaryButton)` | |||
| font-weight: 700; | |||
| } | |||
| @media (max-width: 600px) { | |||
| bottom: 18px; | |||
| right: 16px; | |||
| margin-top: 15px; | |||
| } | |||
| `; | |||