Skip to content

Commit

Permalink
[#5] feat : nav bar 상단으로 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
choibumsu committed Feb 21, 2021
1 parent cf6d863 commit 24c089d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/NavBar/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@use '@/style/package' as *;

.nav-bar {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
font-size: 1.5rem;
Expand Down

0 comments on commit 24c089d

Please sign in to comment.