Skip to content

Commit 1cd9f53

Browse files
committed
Fix wrapping and add cloud to mobile nav
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent e22175b commit 1cd9f53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: _includes/cloud/cloud-hero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3 class="text-2xl font-extrabold text-gray-900 sm:text-3xl">
2828

2929
<div class="mt-8">
3030
<div class="flex items-center">
31-
<h4 class="flex-shrink-0 pr-4 bg-white text-sm tracking-wider font-semibold uppercase text-indigo-600">
31+
<h4 class="pr-4 bg-white text-sm tracking-wider font-semibold uppercase text-indigo-600">
3232
For self-hosting, sharing work with your team, remote access, and support.
3333
</h4>
3434
<div class="flex-1 border-t-2 border-gray-200"></div>

Diff for: _includes/header.html

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
</div>
7373
</a>
7474

75+
<a href="/cloud/" class="-m-3 p-3 flex items-center space-x-3 rounded-md hover:bg-gray-50 transition ease-in-out duration-150">
76+
<div class="text-base leading-6 font-medium text-gray-900">
77+
Cloud
78+
</div>
79+
</a>
80+
7581
<a href="/#comparison" class="-m-3 p-3 flex items-center space-x-3 rounded-md hover:bg-gray-50 transition ease-in-out duration-150">
7682
<div class="text-base leading-6 font-medium text-gray-900">
7783
Comparison

0 commit comments

Comments
 (0)