Skip to content

Commit acc2f47

Browse files
committed
Update styling for the my list page.
1 parent 6746853 commit acc2f47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netflix-create-react-vite-app/src/pages/my-list/myList.styles.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import styled from 'styled-components';
23

34

@@ -11,12 +12,15 @@ export const MyListContainer = styled.div`
1112
gap: ${(props) => props.theme.space[8]};
1213
justify-content: center;
1314
align-items: flex-start;
15+
1416
`;
1517

1618
export const MoviesGrid = styled.div`
1719
display: flex;
1820
gap: ${({ theme }) => theme.space[9]};
1921
flex-wrap: wrap;
22+
justify-content: center;
23+
margin-bottom: ${({ theme }) => theme.space[10]};
2024
`;
2125

2226
export const MovieCard = styled.div`

0 commit comments

Comments
 (0)