Skip to content

Commit

Permalink
Merge pull request #14 from vic-knyazeva/module9-task3
Browse files Browse the repository at this point in the history
fix: правки #3 по замечаниям наставника
  • Loading branch information
vic-knyazeva authored Dec 6, 2024
2 parents 7ff94cd + 2c3a5cb commit 16608e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions source/styles/blocks/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
@media (min-resolution: 2x) {
.hero::before {
background: linear-gradient(rgba(104, 183, 56, 0.85), rgba(104, 183, 56, 0.85)), url("../../images/[email protected]");
background-repeat: no-repeat;
background-size: cover, cover;
background-position: center center;

@media (min-width: $desktop-width) {
background: linear-gradient(rgba(104, 183, 56, 0.85), rgba(104, 183, 56, 0.85)), url("../../images/[email protected]");
Expand Down
1 change: 0 additions & 1 deletion source/styles/blocks/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}
}

.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 16608e0

Please sign in to comment.