Skip to content

Commit 97bcce9

Browse files
center link under callout
1 parent 44dcbd2 commit 97bcce9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
margin-top: 60px;
2525
position: relative;
2626
z-index: 10;
27+
line-height: 1.2em;
2728
}
2829

2930
h3 {
@@ -49,6 +50,10 @@
4950
margin-top: 10px;
5051
display: flex;
5152

53+
&.centered {
54+
justify-content: center;
55+
}
56+
5257
i {
5358
filter: var(--site-content-link-with-right-arrow-icon-filter);
5459
}
@@ -208,7 +213,7 @@
208213
h2 {
209214
color: var(--site-code-box-text) !important;
210215
font-size: 22px;
211-
margin: 0 !important;
216+
margin: 0 0 10px 0 !important;
212217
}
213218

214219
pre {

install/linux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: Install Swift - Linux
2121
<h2>Looking for alternate installation options?</h2>
2222
<div>
2323
<p class="content-copy">
24-
<a class="content-link" href="/install/linux/amazonlinux/2">Check them out <i></i></a>
24+
<a class="content-link centered" href="/install/linux/amazonlinux/2">Check them out <i></i></a>
2525
</p>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)