mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix: hero svg on safari
This commit is contained in:
+8
-4
@@ -87,9 +87,11 @@
|
||||
<div class="px-4 sm:px-6">
|
||||
<div class="max-w-3xl mx-auto">
|
||||
<div class="text-center pb-12 md:pb-16">
|
||||
<h1 class="font-inter-tight text-4xl md:text-5xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-zinc-500 via-zinc-900 to-zinc-900 pb-4">
|
||||
Stay simple
|
||||
<span class="relative inline-block">Kubernetes
|
||||
<h1 class="font-inter-tight text-4xl md:text-5xl font-bold pb-4">
|
||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-zinc-600 via-zinc-800 to-zinc-900">
|
||||
Stay simple<br>
|
||||
</span>
|
||||
<span class="relative inline-block text-3xl">Kubernetes
|
||||
<svg class="absolute inset-0 w-full h-full z-10 pointer-events-none"
|
||||
viewBox="0 0 100 30"
|
||||
preserveAspectRatio="none">
|
||||
@@ -111,7 +113,9 @@
|
||||
</path>
|
||||
</svg>
|
||||
</span><br>
|
||||
Ship more
|
||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-zinc-700 via-zinc-900 to-zinc-900">
|
||||
Ship more
|
||||
</span>
|
||||
</h1>
|
||||
<p class="text-lg text-zinc-500 mb-8">
|
||||
Uncloud is a lightweight Docker clustering tool for running and scaling web apps on your
|
||||
|
||||
Reference in New Issue
Block a user