Skip to content

Commit

Permalink
fix v1
Browse files Browse the repository at this point in the history
  • Loading branch information
NasyTheSlayer committed Oct 2, 2023
1 parent e66564c commit bd54a36
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Binary file removed src/images/photos/footer-bg-image.png
Binary file not shown.
4 changes: 1 addition & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,7 @@ <h2>Send us a message</h2>
class="footer__field footer__textarea"
required
></textarea>
<div class="footer__top-button">
<button type="submit" class="button">Send</button>
</div>
<button type="submit" class="footer__top-button button">Send</button>
</form>
</div>
<div class="footer__main">
Expand Down
1 change: 1 addition & 0 deletions src/styles/blocks/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@

&-logo {
display: inline-block;
cursor: pointer;

@include hover(transform, scale(1.1));
}
Expand Down
1 change: 1 addition & 0 deletions src/styles/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
}

&__logo {
cursor: pointer;
@include hover(transform, scale(1.1));
}

Expand Down
6 changes: 1 addition & 5 deletions src/styles/blocks/process.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,7 @@

width: toRem(151);

&--icon {
cursor: pointer;

@include hover(transform, scale(1.2));
}
@include hover(transform, scale(1.1));
}
}
}

0 comments on commit bd54a36

Please sign in to comment.