Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/(marketing)/(components)/features.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
<div class="container mx-auto">
<section class="flex flex-col gap-4 lg:flex-row lg:items-baseline lg:gap-x-20">
<h2
class="text-title font-aeonik-pro text-primary max-w-[700px] text-3xl leading-12 text-pretty sm:text-4xl md:text-5xl"
class="text-title font-aeonik-pro text-primary max-w-[700px] text-2xl leading-10 text-pretty min-[370px]:text-3xl min-[370px]:leading-12 sm:text-4xl md:text-5xl"
>
Safely scale with built-in
<span class="whitespace-nowrap">security and compliance</span><span
<span class="min-[370px]:whitespace-nowrap">security and compliance</span><span
class="text-accent">_</span
>
</h2>
Expand Down