Skip to content

Commit

Permalink
fix: 강과 검색결과 페이지 필터 중앙 정렬, 상위속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
YearaChoi committed Aug 6, 2024
1 parent 2d76a03 commit 215032e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/LectureListPage/LectureListContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ function LectureListContent({ courses }) {
<Filter>
<FilterContainerMain
absolute={false}
transform="none"
top="0%"
left="0%"
marginTop="0px"
marginLeft="0px"
noPosition
/>
</Filter>
<CourseContainer>
Expand Down

0 comments on commit 215032e

Please sign in to comment.