Skip to content

Commit

Permalink
fix sign up button for ios safari
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 13, 2024
1 parent 8fc265d commit 4b732df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/blocks/main-slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ $className: 'main-slide';

@include mediaMax($tablet) {
width: 80%;
bottom: auto;
}
}
}
4 changes: 4 additions & 0 deletions src/modules/blocks/try-now.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ $className: 'try-now';
@include mediaMin($tablet) {
margin-bottom: 90px;
}

@include mediaMax(380px) {
margin-top: 0;
}
}
}

0 comments on commit 4b732df

Please sign in to comment.