| font-weight: 700; | font-weight: 700; | ||||
| } | } | ||||
| @media (max-width: 600px) { | @media (max-width: 600px) { | ||||
| bottom: 18px; | |||||
| right: 16px; | |||||
| /* bottom: 18px; | |||||
| right: 16px; */ | |||||
| } | } | ||||
| `; | `; | ||||
| export const CategoriesList = styled(Box)` | export const CategoriesList = styled(Box)` |
| font-weight: 700; | font-weight: 700; | ||||
| } | } | ||||
| @media (max-width: 600px) { | @media (max-width: 600px) { | ||||
| bottom: 18px; | |||||
| right: 16px; | |||||
| margin-top: 15px; | |||||
| } | } | ||||
| `; | `; |