Skip to content

Commit

Permalink
fixed the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWisee committed Dec 27, 2024
1 parent d61a5c2 commit e11f432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<a href="#">
<img
src="images/logo.png"
alt="logo"
class="header-top-logo"
alt="MOYO logo"
class="header_top_logo"
/>
</a>
<nav class="navigation">
Expand Down Expand Up @@ -66,7 +66,7 @@
<li>
<a
data-qa="hover"
class="nav-link active"
class="nav-link computers-link"
href="#computers"
>
laptops & computers
Expand Down
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ a {
box-sizing: border-box;
}

.header-top-logo {
.header_top_logo {
margin-left: 50px;
width: 40px;
height: 40px;
Expand All @@ -65,7 +65,7 @@ a {
border-radius: 8px;
}

.active:hover {
.computers-link:hover {
color: #00acdc;
}

Expand Down

0 comments on commit e11f432

Please sign in to comment.