Skip to content

Commit

Permalink
Merge pull request #182 from Igloo-Club/7iw8nQa/#175/view
Browse files Browse the repository at this point in the history
fix: 히어로 이미지 height 이슈
  • Loading branch information
7iw8n authored Mar 19, 2024
2 parents 9bee8fc + 48b831e commit 40c2426
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const loginContainer = css`
flex-direction: row;
align-items: start;
width: 100%;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
overflow-y: scroll;
`;

Expand Down Expand Up @@ -293,7 +293,6 @@ const backgroundImage = css`
z-index: 1;
width: 100vw;
max-width: 42.5rem;
height: 100vh;
`;

const StCarouselMent = styled.div`
Expand Down Expand Up @@ -406,7 +405,7 @@ const Footer = styled.footer`
flex-direction: column;
gap: 2rem;
padding-left: 3rem;
margin-top: 5rem;
margin-top: 4rem;
margin-bottom: 3rem;
color: #fff;
Expand Down

0 comments on commit 40c2426

Please sign in to comment.