We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6746853 commit acc2f47Copy full SHA for acc2f47
netflix-create-react-vite-app/src/pages/my-list/myList.styles.tsx
@@ -1,3 +1,4 @@
1
+
2
import styled from 'styled-components';
3
4
@@ -11,12 +12,15 @@ export const MyListContainer = styled.div`
11
12
gap: ${(props) => props.theme.space[8]};
13
justify-content: center;
14
align-items: flex-start;
15
16
`;
17
18
export const MoviesGrid = styled.div`
19
display: flex;
20
gap: ${({ theme }) => theme.space[9]};
21
flex-wrap: wrap;
22
+ justify-content: center;
23
+ margin-bottom: ${({ theme }) => theme.space[10]};
24
25
26
export const MovieCard = styled.div`
0 commit comments