Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliiaVdovyna committed Dec 5, 2024
1 parent 2ad2c50 commit 77e68e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
laptops & computers
</a>
</li>
<li class="link gadgets">
<li class="link">
<a
href="#"
class="nav_link"
Expand Down
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ body {
display: inline-block;
}

.apple {
.link:first-child {
margin-left: 0;
}

.video {
.link:last-child {
margin-right: 0;
}

Expand Down

0 comments on commit 77e68e1

Please sign in to comment.