Skip to content

Commit

Permalink
fixed the mistakes 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artuom2283 committed Sep 16, 2024
1 parent 6240ce3 commit b1b83a5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ body {
box-sizing: border-box;
}

.nav-logo a {
display: flex;
align-items: center;
}

.nav-logo {
width: 40px;
height: 40px;
display: flex;
align-items: center;
}

.nav {
Expand Down Expand Up @@ -61,7 +58,7 @@ body {
margin-left: 0;
}

.nav .nav__link {
.nav__link {
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
Expand All @@ -73,10 +70,6 @@ body {
color: var(--link-color);
}

.nav__link[href='#apple'] {
color: var(--link-color);
}

.is-active {
color: var(--link-color);
position: relative;
Expand Down

0 comments on commit b1b83a5

Please sign in to comment.