Skip to content

Commit

Permalink
Merge pull request #197 from Nexters/fix/show-detail-header
Browse files Browse the repository at this point in the history
fix: 공연 상세 > 모바일에서 헤더 높이값 변경
  • Loading branch information
hexdrinker authored Sep 26, 2024
2 parents 56545c1 + 4ee7611 commit 9ee445d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ const ShowNameWrapper = styled.div`
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
height: 48px;
${mq_lg} {
height: 80px;
}
`;

const ShowName = styled.h2<ShowNameProps>`
Expand Down

0 comments on commit 9ee445d

Please sign in to comment.