Skip to content

Commit

Permalink
8/8 Done
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen-loboda committed Sep 13, 2024
1 parent 6c57f9a commit 31aa651
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ html {
}

.nav {
margin: 0 40px 0 0;
margin: 0 50px 0 0;
}

.nav__list {
Expand All @@ -35,12 +35,20 @@ html {
display: block;
height: 60px;
line-height: 60px;
margin: 0 10px;

color: #000;
text-decoration: none;
text-transform: uppercase;
}

li {
margin-right: 20px;
}

li:last-child {
margin-right: 0;
}

.is-active::after {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 31aa651

Please sign in to comment.