Skip to content

Commit

Permalink
design: 반응형 사이즈에서 로고 영역 배경 투명하게 적용 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 authored Sep 30, 2023
1 parent 8558fd0 commit 263f916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const LogoWrapper = styled.section<{
${({ $layoutWidth }) =>
$layoutWidth === '372px' &&
css`
width: 100vw;
background-color: white;
width: max-content;
background-color: transparent;
position: fixed;
top: 0;
z-index: 1;
Expand Down

0 comments on commit 263f916

Please sign in to comment.