Skip to content

Commit

Permalink
feat(header): 헤더 상단에 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
seungwonHong committed Jan 10, 2025
1 parent 8d8c59e commit 836b63b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pandamarket/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ header {
padding-top: 8px;
margin-left: 200px;
margin-right: 200px;
position: sticky;
top: 0;
z-index: 1;
}

body {
margin: 0;
margin-left: 0;
margin-right: 0;
}

.head {
Expand Down

0 comments on commit 836b63b

Please sign in to comment.