Skip to content

Commit

Permalink
[SP3] 메인페이지 최근뉴스 및 리크루팅 QA (#335)
Browse files Browse the repository at this point in the history
* feat : 배너 화살표 버튼 보이기

* feat : 배너 화살표 버튼

* feat : 배너 화살표 패딩값 조정

* feat : 솝트 소개 모바일 애니메이션

* chore : 오타 수정

* style : 최근 뉴스 정렬
  • Loading branch information
f0rever0 authored Dec 22, 2023
1 parent 2049e88 commit c39f1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/MainPage/components/Activity/MobileCard/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const Slide = styled.div`
width: 100%;
align-items: center;
height: auto;
justify-content: center;
justify-content: normal;
position: static;
`;

Expand Down
2 changes: 1 addition & 1 deletion src/views/MainPage/components/RecruitMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function RecruitMessage() {
<S.Background>
<S.Title>SOPT의 34번째 {isMobileSize && <br />} 열정이 되어주세요!</S.Title>
<S.Description>
아직 모집기간이 아니예요. {isMobileSize && <br />} 알림 신청을 하시면, 봄에 찾아갈게요!
아직 모집기간이 아니에요. {isMobileSize && <br />} 알림 신청을 하시면, 봄에 찾아갈게요!
</S.Description>
<S.GoToRecruit href="/recruit">모집시 알림 받기</S.GoToRecruit>
</S.Background>
Expand Down

0 comments on commit c39f1b6

Please sign in to comment.