File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 41
41
< section class ="hero ">
42
42
< div class ="hero-center ">
43
43
< article class ="hero-info ">
44
- < h1 > Payments infrastructure for the internet</ h1 >
44
+ < h1 >
45
+ Payments infrastructure < br />
46
+ for the internet
47
+ </ h1 >
45
48
< p >
46
49
Millions of companies of all sizes—from startups to Fortune 500s—use
47
50
Stripe’s software and APIs to accept payments, send payouts, and
Original file line number Diff line number Diff line change @@ -262,19 +262,19 @@ Stripe Styles
262
262
justify-self : center;
263
263
}
264
264
.phone-img {
265
- width : 10 rem ;
265
+ width : 12 rem ;
266
266
}
267
267
}
268
268
269
269
@media screen and (min-width : 1200px ) {
270
270
.hero-center {
271
271
grid-template-columns : 2fr 1fr ;
272
272
align-items : end;
273
- padding-bottom : 10 vh ;
273
+ padding-bottom : 12 vh ;
274
274
}
275
275
.hero-info h1 {
276
276
max-width : 100% ;
277
- font-size : 6.2 rem ;
277
+ font-size : 5.5 rem ;
278
278
}
279
279
.hero-images {
280
280
align-self : end;
@@ -283,6 +283,12 @@ Stripe Styles
283
283
width : 15rem ;
284
284
}
285
285
}
286
+ @media screen and (min-width : 1400px ) {
287
+ .hero-center {
288
+ padding-bottom : 20vh ;
289
+ }
290
+ }
291
+
286
292
/* sidebar */
287
293
.sidebar-wrapper {
288
294
position : fixed;
You can’t perform that action at this time.
0 commit comments