Skip to content

Commit 8ae6d4b

Browse files
alexandersandbergfedericobucchi
authored andcommitted
increase pillar intro text size
1 parent d3bb7ee commit 8ae6d4b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

assets/stylesheets/new-stylesheets/pages/_index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ $icons: (
319319
text-align: left;
320320
}
321321
}
322+
323+
.pillar-intro {
324+
font-size: 21px;
325+
line-height: 1.5;
326+
}
322327
}
323328

324329
.pillar {

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ atom: true
5252

5353
<section id="pillar-1" class="section pillar">
5454
<div class="pillar-wrapper content-wrapper">
55-
<p class="pillar-intro body-copy">
55+
<p class="pillar-intro">
5656
Swift is the only language that scales from embedded devices and kernels to apps and cloud infrastructure. It’s simple, and expressive, with incredible performance and safety. And it has unmatched interoperability with C and C++.
5757
</p>
5858
<br />
59-
<p class="pillar-intro body-copy">
59+
<p class="pillar-intro">
6060
It's the combination of approachability, speed, safety, and all of<br/> Swift’s strengths that make it so unique.
6161
</p>
6262
</div>

0 commit comments

Comments
 (0)