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

Commit 70a2c2e

Browse files
fix(cta): fix mobile cta button padding and width of container
1 parent 48e6d95 commit 70a2c2e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
.row {
99
height: 100%;
10-
width: 100vw;
1110
background: linear-gradient(to bottom, rgba(108, 144, 152, 0.99), #3f5a60);
1211
}
1312

@@ -35,7 +34,7 @@
3534
h2 {
3635
color: white;
3736
font-size: 22px;
38-
margin: 0;
37+
margin: 0 0 20px 0;
3938

4039
@include media-breakpoint-down(sm) {
4140
font-size: 20px;

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

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

2525
<stencil-route-link url="/contact">
26-
<button class="btn btn-primary mt-md-4 mt-sm-1">
26+
<button class="btn btn-primary">
2727
<app-translate key="cta.link" />
2828
</button>
2929
</stencil-route-link>

0 commit comments

Comments
 (0)