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

Commit 26cbb5c

Browse files
authored
Merge pull request #466 from openforge/fix/partners-cta-mobile
fix(app-partners): update cta spacing for all sizes
2 parents 0559fae + 5b6811b commit 26cbb5c

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
@@ -164,7 +164,6 @@
164164
height: 100%;
165165
background: #008092;
166166
margin: 0;
167-
padding: 0 200px;
168167

169168
@include media-breakpoint-down(md) {
170169
padding: 0;
@@ -184,6 +183,7 @@
184183

185184
.cta-text {
186185
padding: 0 60px;
186+
187187
@include media-breakpoint-down(md) {
188188
padding: 0 20px;
189189
}
@@ -194,7 +194,7 @@
194194
}
195195

196196
h2 {
197-
margin: 0 0 20px 0;
197+
margin: 0 50px 20px 50px;
198198
color: #ffffff;
199199
font-family: Muli;
200200
font-size: 40px;
@@ -204,6 +204,8 @@
204204

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

@@ -215,14 +217,14 @@
215217
text-align: center;
216218

217219
@include media-breakpoint-down(sm) {
218-
margin: 2rem 0;
220+
margin: 0 0 10px 0;
219221
}
220222
}
221223

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

0 commit comments

Comments
 (0)