Skip to content

Commit

Permalink
added suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jooaasss committed Oct 25, 2024
1 parent 319e3ba commit e0ef0d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ <h3 class="footer__form-title">Send us a message</h3>
required
/>
<button
type="submit"
type="reset"
class="form__button button button--animated"
>
Send
Expand Down
2 changes: 1 addition & 1 deletion src/styles/blocks/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

@include on-phone {
width: 280px;
width: 100%;
flex: unset;
}

Expand Down
4 changes: 3 additions & 1 deletion src/styles/blocks/info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
color: $c-white;
text-decoration: none;

@include hover(text-shadow, 0 0 2px $c-white);
@include hover(text-shadow, 0 0 3px $c-white);
}

@include text-styler(Open Sans, 600, 24px, 36px, $c-white);
Expand All @@ -50,6 +50,8 @@
&-link {
color: $c-white;
text-decoration: none;

@include hover(text-shadow, 0 0 3px $c-white);
}

@include text-styler(Open Sans, 600, 24px, 36px, $c-white);
Expand Down
1 change: 1 addition & 0 deletions src/styles/blocks/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
grid-column: span 3;
flex-direction: column;
align-items: center;
justify-self: center;
width: 264px;
margin: 0 0 155px;

Expand Down

0 comments on commit e0ef0d6

Please sign in to comment.