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

Commit c73b8ea

Browse files
fix(app-cta): pull in fix for remove .btn class for cta
1 parent 3d71ea0 commit c73b8ea

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,4 @@
5656
margin: 2rem 0;
5757
}
5858
}
59-
60-
.btn {
61-
margin-top: 4rem;
62-
@include media-breakpoint-down(sm) {
63-
margin-top: 1rem;
64-
}
65-
}
6659
}

src/components/app-cta/app-cta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class AppCta {
4141
</h2>
4242

4343
<stencil-route-link url="/contact">
44-
<button class="btn btn-primary">
44+
<button class="btn btn-primary mt-md-4 mt-sm-1">
4545
<app-translate key="cta.link" />
4646
</button>
4747
</stencil-route-link>

0 commit comments

Comments
 (0)