Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Knysh19 committed Dec 7, 2024
1 parent e528285 commit 5fee25a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ body {
padding-right: 50px;
}

a {
line-height: 60px;
position: relative;
}

.logo {
display: flex;
position: absolute;
Expand All @@ -62,6 +57,8 @@ a {
transition: color 0.3s;
position: relative;
line-height: 60px;
display: block;
height: 60px;
}

.nav {
Expand All @@ -86,7 +83,7 @@ a {
width: 100%;
height: 4px;
position: absolute;
bottom: -23px;
bottom: 0;
left: 0;
}

Expand Down

0 comments on commit 5fee25a

Please sign in to comment.