Skip to content

Commit

Permalink
fix navigation logo
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanDBT committed Dec 8, 2023
1 parent 7530e0a commit cfb05b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ a:link {
}

.nav-logo {
transform: translateY(5px);
}

.nav-logo img {
width: 5.5rem;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<header>
<section class="hero">
<nav class="nav collapsible container">
<a href="index.html" class="nav-logo"><img src="images/logo.svg" alt=""></a>
<a href="index.html"><img class="nav-logo" src="images/logo.svg"></a>
<i class="fa-solid fa-bars-staggered nav-toggler"></i>
<div class="nav-list-container">
<ul class="list nav-list collapsible-content">
Expand Down

0 comments on commit cfb05b4

Please sign in to comment.