Skip to content

Commit

Permalink
Merge pull request #13 from vic-knyazeva/module9-task3
Browse files Browse the repository at this point in the history
fix: правки по замечаниям наставника
  • Loading branch information
vic-knyazeva authored Dec 6, 2024
2 parents 5f997c6 + 7bde720 commit 7ff94cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/styles/blocks/navigation-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
flex-flow: row wrap;
justify-content: flex-end;
padding: 4px 4px 10px 0;
gap: 10px 34px;
gap: 23px 34px;
background-color: transparent;
}

@media (min-width: $desktop-width) {
padding-right: 2px;
column-gap: 33px;
gap: 23px 33px;
}
}

Expand Down
1 change: 1 addition & 0 deletions source/styles/blocks/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
}

.navigation--inner .navigation__wrapper,
.navigation--nojs .navigation__wrapper,
.navigation--opened.navigation--nojs .navigation__wrapper,
.navigation--closed.navigation--nojs .navigation__wrapper {
Expand Down

0 comments on commit 7ff94cd

Please sign in to comment.