Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/stylesheets/new-stylesheets/pages/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ $icons: (
text-align: left;
}
}

.pillar-intro {
font-size: 21px;
line-height: 1.5;
}
}

.pillar {
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ atom: true

<section id="pillar-1" class="section pillar">
<div class="pillar-wrapper content-wrapper">
<p class="pillar-intro body-copy">
<p class="pillar-intro">
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++.
</p>
<br />
<p class="pillar-intro body-copy">
<p class="pillar-intro">
It's the combination of approachability, speed, safety, and all of<br/> Swift’s strengths that make it so unique.
</p>
</div>
Expand Down