Skip to content

Commit

Permalink
fixed menu
Browse files Browse the repository at this point in the history
  • Loading branch information
leon196 committed Aug 18, 2024
1 parent fc0b121 commit eb4e9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
.main-bar
{
display: flex;
width: auto;
width: 100%;
height: var(--navigation-size);
background-color: #333;
color: white;
justify-content: space-between;
align-items: center;
white-space: nowrap;
position: relative;
position: fixed;
top: 0;
z-index: 10;
}

Expand Down
1 change: 1 addition & 0 deletions src/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ <h3>artiste musicien</h3>

.page-container
{
margin-top: 60px;
background: black;
}

Expand Down

0 comments on commit eb4e9d8

Please sign in to comment.