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

Commit 5b6811b

Browse files
fix(app-partners): update cta spacing for all sizes
1 parent bc3543e commit 5b6811b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/pages/app-partners/app-partners.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
height: 100%;
164164
background: #008092;
165165
margin: 0;
166-
padding: 0 200px;
167166

168167
@include media-breakpoint-down(md) {
169168
padding: 0;
@@ -183,6 +182,7 @@
183182

184183
.cta-text {
185184
padding: 0 60px;
185+
186186
@include media-breakpoint-down(md) {
187187
padding: 0 20px;
188188
}
@@ -193,7 +193,7 @@
193193
}
194194

195195
h2 {
196-
margin: 0 0 20px 0;
196+
margin: 0 50px 20px 50px;
197197
color: #ffffff;
198198
font-family: Muli;
199199
font-size: 40px;
@@ -203,6 +203,8 @@
203203

204204
@include media-breakpoint-down(sm) {
205205
font-size: 20px;
206+
line-height: normal;
207+
margin: 20px 10px;
206208
}
207209
}
208210

@@ -214,14 +216,14 @@
214216
text-align: center;
215217

216218
@include media-breakpoint-down(sm) {
217-
margin: 2rem 0;
219+
margin: 0 0 10px 0;
218220
}
219221
}
220222

221223
button {
222224
background-color: #c75300;
223225
border: 0.75px solid #ffffff;
224-
border-radius: 16px;
226+
border-radius: 22px;
225227
box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.5);
226228
color: #ffffff;
227229
width: 130px;

0 commit comments

Comments
 (0)