Skip to content

Commit

Permalink
Fix wrapping and add cloud to mobile nav
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 28, 2024
1 parent e22175b commit 1cd9f53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/cloud/cloud-hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 class="text-2xl font-extrabold text-gray-900 sm:text-3xl">

<div class="mt-8">
<div class="flex items-center">
<h4 class="flex-shrink-0 pr-4 bg-white text-sm tracking-wider font-semibold uppercase text-indigo-600">
<h4 class="pr-4 bg-white text-sm tracking-wider font-semibold uppercase text-indigo-600">
For self-hosting, sharing work with your team, remote access, and support.
</h4>
<div class="flex-1 border-t-2 border-gray-200"></div>
Expand Down
6 changes: 6 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
</div>
</a>

<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">
<div class="text-base leading-6 font-medium text-gray-900">
Cloud
</div>
</a>

<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">
<div class="text-base leading-6 font-medium text-gray-900">
Comparison
Expand Down

0 comments on commit 1cd9f53

Please sign in to comment.