Skip to content

Commit cfa6f5e

Browse files
committed
reponsive landing page
1 parent f8de2e1 commit cfa6f5e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/faq-section.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<section id="faq" class="py-16 px-4 sm:px-6">
55
<div class="max-w-2xl mx-auto">
6-
<h2 class="text-2xl font-semibold mb-8 text-left">FAQ</h2>
6+
<h2 class="font-semibold mb-8 text-left">FAQ</h2>
77

88
<div class="space-y-2">
99
<div class="faq-item border-b border-white/10">

src/components/features-section.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<section id="features" class="py-16 px-4 sm:px-6">
55
<div class="max-w-2xl mx-auto">
6-
<h2 class="text-2xl font-semibold mb-8 text-left">What you get</h2>
6+
<h2 class="font-semibold mb-8 text-left">What you get</h2>
77

88
<div class="space-y-4 text-gray-300">
99
<p>[*] <strong class="text-white">Fast Deployments</strong> Deploy in under 2 minutes from push to live</p>

src/components/github-star-button.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
fill="#fff"
1313
></path>
1414
</svg>
15-
<span class="ml-1 text-white lg:inline">Star on GitHub</span>
15+
<span class="ml-1 text-white hidden lg:inline">Star on GitHub</span>
1616
</div>
17-
<div class="ml-1.5 flex items-center gap-0.5 text-xs md:flex">
17+
<div class="ml-1.5 flex items-center gap-0.5 text-xs">
1818
<svg
1919
class="size-3.5 text-gray-500 transition-all duration-200 group-hover:text-yellow-300"
2020
data-slot="icon"

0 commit comments

Comments
 (0)