Skip to content

Commit

Permalink
minor css adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Klausstille committed May 9, 2024
1 parent 495710e commit c9bba7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
--active-menu-color: rgba(39, 39, 39, 0.8);
}
button#toggleMode {
top: 10px;
top: 8px;
right: 10px;
position: absolute;
background: none;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Nav/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
color: var(--primary-color);
position: fixed;
right: 60px;
top: 1px;
top: -1px;
}
.nav-lan button {
background: none;
Expand Down Expand Up @@ -57,7 +57,7 @@ ul.nav-menu {
color: var(--primary-color);
display: flex;
text-decoration: none;
padding: 0.7rem 0;
padding: 0.6rem 0;
font-size: 1.2rem;
height: 44px;
}
Expand Down

0 comments on commit c9bba7b

Please sign in to comment.