Skip to content

Commit

Permalink
design: css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eastfilmm committed Jul 9, 2024
1 parent 28e4704 commit 5b2ddf2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/pages/landing/components/hackathon/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ const MoreBtn = styled.div`
line-height: 150%; /* 30px */
@media (max-width: 767px) {
/* width: clamp(360px, 3vw, 523px); */
width: 320px;
width: clamp(290px, 3vw, 523px);
height: 48px;
font-size: 16px;
}
Expand Down
6 changes: 3 additions & 3 deletions src/pages/landing/components/hackathon/HackathonPart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const PartButton = styled.div`
font-size: 28px;
font-style: normal;
width: clamp(530px, 2vw, 580px);
width: clamp(520px, 2vw, 580px);
height: auto;
cursor: pointer;
Expand All @@ -55,7 +55,7 @@ const PartButton = styled.div`
}
@media (max-width: 767px) {
width: 530px;
width: 520px;
height: 64px;
font-size: 20px;
}
Expand All @@ -78,7 +78,7 @@ const PartButton = styled.div`
`;

const Info = styled.div`
margin: 21px 0px 20px 40px;
margin: 20px 0px 20px 40px;
font-weight: bold;
`;

Expand Down
2 changes: 2 additions & 0 deletions src/pages/landing/components/hackathon/HackathonSponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import logo9 from '../../../../img/landing/sponsor/logo9.svg';
import logo10 from '../../../../img/landing/sponsor/logo10.svg';
import logo11 from '../../../../img/landing/sponsor/logo11.svg';
import logo12 from '../../../../img/landing/sponsor/logo12.svg';
import { styled } from 'styled-components';

const SponsorInfo = () => {
SwiperCore.use([Autoplay]);
Expand Down Expand Up @@ -74,6 +75,7 @@ type serviceType = {
url: string;
backgroundColor?: string;
};

const serviceList: serviceType[] = [
{
id: 0,
Expand Down
1 change: 0 additions & 1 deletion src/pages/landing/components/hackathon/HackathonTimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ const TimerContainer = styled.div`
border-radius: 24px;
height: 240px;
max-width: 1200px;
width: 100%;
margin-left: 10px;
margin-right: 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/landing/components/hackathon/More.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const MoreBtn = styled.div`
line-height: 150%; /* 30px */
@media (max-width: 767px) {
width: clamp(290px, 3vw, 523px);
width: clamp(290px, 2vw, 523px);
height: 48px;
font-size: 16px;
}
Expand Down

0 comments on commit 5b2ddf2

Please sign in to comment.