Skip to content

Commit

Permalink
Style. navBar
Browse files Browse the repository at this point in the history
  • Loading branch information
Miensoap committed Jun 24, 2024
1 parent 8de3fde commit 492c7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FE/src/components/global/nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Nav = () => {
<div className={styles.navMenuItem} onClick={goToBookings}>
내 예약
</div>
<div className={styles.navMenuItem}>예약 취소</div>
<div className={styles.navMenuItem}>내 숙소</div>
<div className={styles.navMenuItem}>위시리스트</div>
<div className={styles.navMenuItem} onClick={handleLogout}>
로그아웃
Expand Down
2 changes: 1 addition & 1 deletion FE/src/styles/nav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

width: 200px;
min-height: 46px;
max-height: 140px;
max-height: 180px;
text-align: center;
transform: translateX(-40%); /* 버튼의 오른쪽에 맞춤 */
}
Expand Down

0 comments on commit 492c7cb

Please sign in to comment.