Skip to content

Commit

Permalink
fix button plan-a-vision on mobile && disable outline input
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageHEL committed Mar 19, 2024
1 parent 9c20bb0 commit 706314a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/styles/blocks/main/plan-a-visit/plan-a-visit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
}

&__button {
grid-column: 1 / -1;

@include on-tablet {
grid-column: span 3;
}
Expand Down
4 changes: 2 additions & 2 deletions src/styles/blocks/main/subscribe/subscribe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@

&:focus {
border-color: $c-button-focus;
outline: none;
}

&:valid {
font-weight: 700;

font-weight: 700;
}
}
}
Expand Down

0 comments on commit 706314a

Please sign in to comment.