Skip to content

Commit

Permalink
Merge pull request #82 from CAU-Capstone-FindIt/nickname
Browse files Browse the repository at this point in the history
feat : nav 수정
  • Loading branch information
bhs3066 authored Dec 7, 2024
2 parents 792c049 + 2cec7d6 commit 8865801
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ const Container = styled.div`
display: flex;
justify-content: center;
align-items: center;
@media (max-width: 600px) {
height: calc(
var(--vh, 1vh) * 8
); // 작은 화면에서는 화면 비율에 맞게 높이 설정 전체 높이의 &%
}
// @media (max-width: 600px) {
// height: calc(
// var(--vh, 1vh) * 8
// ); // 작은 화면에서는 화면 비율에 맞게 높이 설정 전체 높이의 &%
// }
z-index: 10000;
`;
Expand Down

0 comments on commit 8865801

Please sign in to comment.