Skip to content

Commit 5d8c570

Browse files
committed
one more font change for 17
1 parent 09d3076 commit 5d8c570

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

17-stripe-submenus/final/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
<section class="hero">
4242
<div class="hero-center">
4343
<article class="hero-info">
44-
<h1>Payments infrastructure for the internet</h1>
44+
<h1>
45+
Payments infrastructure <br />
46+
for the internet
47+
</h1>
4548
<p>
4649
Millions of companies of all sizes—from startups to Fortune 500s—use
4750
Stripe’s software and APIs to accept payments, send payouts, and

17-stripe-submenus/final/styles.css

+9-3
Original file line numberDiff line numberDiff line change
@@ -262,19 +262,19 @@ Stripe Styles
262262
justify-self: center;
263263
}
264264
.phone-img {
265-
width: 10rem;
265+
width: 12rem;
266266
}
267267
}
268268

269269
@media screen and (min-width: 1200px) {
270270
.hero-center {
271271
grid-template-columns: 2fr 1fr;
272272
align-items: end;
273-
padding-bottom: 10vh;
273+
padding-bottom: 12vh;
274274
}
275275
.hero-info h1 {
276276
max-width: 100%;
277-
font-size: 6.2rem;
277+
font-size: 5.5rem;
278278
}
279279
.hero-images {
280280
align-self: end;
@@ -283,6 +283,12 @@ Stripe Styles
283283
width: 15rem;
284284
}
285285
}
286+
@media screen and (min-width: 1400px) {
287+
.hero-center {
288+
padding-bottom: 20vh;
289+
}
290+
}
291+
286292
/* sidebar */
287293
.sidebar-wrapper {
288294
position: fixed;

0 commit comments

Comments
 (0)