Skip to content

Commit

Permalink
Fix(JSX) Change styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Oct 28, 2023
1 parent f2f53ab commit 6d8cc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CarItem/CarItem.styled.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from '@emotion/styled';

export const Wrapper = styled.div`
export const Wrapper = styled.li`
display: flex;
width: 274px;
height: 426px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Catalog/Catalog.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const WrapperFilter = styled.div`
padding-top: 40px;
`;

export const WrapperList = styled.div`
export const WrapperList = styled.ul`
display: flex;
flex-wrap: wrap;
justify-content: center;
Expand Down

0 comments on commit 6d8cc8d

Please sign in to comment.