Skip to content

Commit e6bee6f

Browse files
committed
[docs] Fix homepage on Safari
1 parent b3c3023 commit e6bee6f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/home/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
</h2>
77
</section>
88

9-
<a href='/guides/releases/#v5-0'><em>NEW!</em> v5.0 release</a> <span
10-
id="one-with">"The One You Can Sync"</span>
9+
<a href='/guides/releases/#v5-0'><em>NEW!</em> v5.0 release</a>
10+
11+
<span id="one-with">"The One You Can Sync"</span>
1112

1213
<a class='start' href='/guides/the-basics/getting-started/'>Get started</a>
1314

site/less/home.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body > main > article#home {
5151
color: @accentColor;
5252
font-family: Shantell;
5353
display: block;
54-
margin: 2rem auto 0;
54+
margin: 0 auto;
5555
text-align: center;
5656
white-space: nowrap;
5757
font-size: 1.1rem;
@@ -202,8 +202,7 @@ body > main > article#home {
202202
}
203203
}
204204
> p:nth-of-type(1) {
205-
grid-column-end: span 4;
206-
column-count: 2;
205+
grid-column-end: span 2;
207206
column-gap: 4rem;
208207
}
209208
> section#friends,

0 commit comments

Comments
 (0)