Skip to content

Commit 97102bf

Browse files
Fix mobile table style
1 parent 9206c4b commit 97102bf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@
4949
@include link-with-right-arrow;
5050
margin-top: 10px;
5151
display: flex;
52+
text-decoration: underline;
5253

53-
&.centered {
54+
&.block {
5455
justify-content: center;
56+
font-size: 2em;
5557
}
5658

5759
i {
@@ -185,8 +187,8 @@
185187

186188
table tr {
187189
display: block;
188-
margin-bottom: 20px;
189-
border: 1px solid #f2f2f2;
190+
margin-bottom: 6px;
191+
border-bottom: 1px solid #f2f2f2;
190192
}
191193

192194
table td {

install/linux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ title: Install Swift - Linux
1919
<div class="callout">
2020
<div>
2121
<p class="content-copy">
22-
<a class="content-link centered" href="/install/linux/amazonlinux/2">Alternate Install Options</a>
22+
<a class="content-link block" href="/install/linux/amazonlinux/2">Alternate Install Options</a>
2323
</p>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)