File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/routes/(marketing)/(components) Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 {...restProps }
7171>
7272 <div class =" container mx-auto" >
73- <section class =" flex flex-col items-start gap-x-20 md:flex-row " >
73+ <section class =" flex flex-col gap-4 lg:flex-row lg: items-baseline lg: gap-x-20" >
7474 <h2
7575 class =" text-title font-aeonik-pro text-primary max-w-[700px] text-3xl leading-12 text-pretty sm:text-4xl md:text-5xl"
7676 >
7979 class =" text-accent" >_</span
8080 >
8181 </h2 >
82- <p class =" text-secondary text-description mt-4 max-w-xl font-medium" >
82+ <p class =" text-secondary text-description mt-4 max-w-full font-medium lg:max-w-xl " >
8383 With a security-first approach, we ensure your products and users are safe by
8484 default, making it easy for you to adhere to strict safety policies.
8585 </p >
Original file line number Diff line number Diff line change 1010 const { theme = ' light' }: Props = $props ();
1111 </script >
1212
13- <div class ={cn (' border-smooth -mt-6 border-b pb-12 md:py-32' , theme )}>
13+ <div class ={cn (' border-smooth -mt-6 border-b pt-12 pb-12 md:py-32' , theme )}>
1414 <div class =" mb-12 flex flex-col items-center gap-6 text-center" >
1515 <h2 class =" text-primary font-aeonik-pro text-title" >
1616 The Appwrite Network<span class =" text-accent" >_</span >
You can’t perform that action at this time.
0 commit comments