Skip to content

Commit 7c9e5b9

Browse files
authored
Merge pull request #2622 from appwrite/fix-security-features-page
Fix: security features page for ipad air responsiveness
2 parents 0435535 + 74f7379 commit 7c9e5b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/routes/(marketing)/(components)/features.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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
>
@@ -79,7 +79,7 @@
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>

src/routes/(marketing)/(components)/map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)