Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhanguezel committed Nov 5, 2024
1 parent 71135ea commit 54357ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@

/* Mobil Menü Varsayılan Durumu */
.nav-menu {
margin:0;
display: flex;
flex-direction: column;
background-color: rgba(244, 157, 157, 0.9);
background-color: rgba(44, 41, 41, 0.9);
position: fixed;
top: 0;
right: 0;
Expand Down
2 changes: 1 addition & 1 deletion js/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function loadHeader() {
</div>
<nav>
<ul class="nav-menu">
<li><a href="#">Home</a></li>
<li><a href="${linkPrefix}">Home</a></li>
<li><a href="${linkPrefix}#about-me">About Me</a></li>
<li><a href="${linkPrefix}#projects">Portfolio</a></li>
<li><a href="${linkPrefix}#skills">Skills</a></li>
Expand Down

0 comments on commit 54357ab

Please sign in to comment.