Skip to content

Commit cb08347

Browse files
committed
Tune the front page a bit more for various widths
1 parent fb5e860 commit cb08347

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Diff for: assets/css/home.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
#header h2 {
27-
margin: 1em 0 0 0;
27+
margin: 0.5em 0 0 0;
2828
font-size: 1.3em;
2929
width: 100%;
3030
text-align: center;
@@ -65,7 +65,7 @@
6565
-webkit-justify-content: center;
6666
-ms-justify-content: center;
6767
justify-content: center;
68-
margin-top: 3em;
68+
margin-top: 2em;
6969
margin-left: 0;
7070
position: relative;
7171
}

Diff for: index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ <h2>
3838
</td>
3939
</tr>
4040
</table>
41-
<p>And <a href="/learn/flavors">many other flavors</a>,
42-
their <a href="/list-of-extensions">extensions</a>,
43-
and <a href="/software">related software projects</a>.</p>
41+
<p>
42+
<span class="avoidwrap">And <a href="/learn/flavors">many other flavors</a>,
43+
their <a href="/list-of-extensions">extensions</a>,</span>
44+
<span class="avoidwrap">and <a href="/software">related software projects</a>.</span>
45+
</p>
4446
</div>
4547
<ul class="actions special">
4648
<li><a href="#resources" class="button scrolly">Get Started</a></li>

0 commit comments

Comments
 (0)