Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraFrangovska committed Dec 24, 2024
1 parent 5447f12 commit 3958ce7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ body {

.logo {
align-self: center;
justify-content: center;
justify-content: flex-start;
height: 40px;
width: 40px;
margin-right: 40px;
flex: 0 0 auto;
}

Expand All @@ -51,6 +50,7 @@ body {
margin: 0;
text-transform: uppercase;
list-style: none;
justify-content: center;
}

.nav_link {
Expand Down Expand Up @@ -80,17 +80,12 @@ body {
bottom: 0;
height: 4px;
width: 37px;
border-radius: 8px;
background-color: var(--color);
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
}

/* .nav_item:not(:first-child) {
margin-left: 20px;
}
*/

.lc,
.apple {
Expand Down

0 comments on commit 3958ce7

Please sign in to comment.