Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 3eed65d

Browse files
fix(update margin for button on iphonex mobile):
1 parent 0ced523 commit 3eed65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app-cta/app-cta.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
.btn {
6161
margin-top: 4rem;
6262
@include media-breakpoint-down(sm) {
63-
margin-top: 2rem;
63+
margin-top: 1rem;
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)