Skip to content

Commit 20d568c

Browse files
fix formatting
1 parent 893bbcf commit 20d568c

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

src/markdoc/layouts/Partner.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
<Main>
4343
<div
4444
class={classNames(
45-
'grid-bg border-smooth relative flex items-center border-b py-28 px-5 lg:px-8 xl:px-16',
45+
'grid-bg border-smooth relative flex items-center border-b px-5 py-28 lg:px-8 xl:px-16',
4646
'before:from-accent/20 before:absolute before:inset-0 before:-z-1 before:bg-linear-to-tr before:via-transparent before:via-40% before:to-transparent'
4747
)}
4848
>
49-
<div class="container relative w-full pb-0">
49+
<div class="relative container w-full pb-0">
5050
<div class="flex flex-col gap-7">
5151
<a href="/partners" class="text-caption text-primary group flex gap-2">
5252
<span class="web-icon-arrow-left transition group-hover:-translate-x-1" />
@@ -79,7 +79,7 @@
7979
<dd class="flex flex-wrap gap-2">
8080
{#each frameworks as framework}
8181
<div
82-
class="text-primary text-caption bg-smooth rounded-full py-1 px-3"
82+
class="text-primary text-caption bg-smooth rounded-full px-3 py-1"
8383
>
8484
{framework}
8585
</div>
@@ -94,7 +94,7 @@
9494
<dd class="flex flex-wrap gap-2">
9595
{#each capabilities as capability}
9696
<div
97-
class="text-primary text-caption bg-smooth rounded-full py-1 px-3"
97+
class="text-primary text-caption bg-smooth rounded-full px-3 py-1"
9898
>
9999
{capability}
100100
</div>
@@ -126,7 +126,7 @@
126126
</dt>
127127
<dd>
128128
<div
129-
class="text-primary text-caption rounded bg-white/24 py-0.5 px-2"
129+
class="text-primary text-caption rounded bg-white/24 px-2 py-0.5"
130130
>
131131
{partnerLevel}
132132
</div>
@@ -149,7 +149,7 @@
149149
<dd class="flex flex-wrap gap-2">
150150
{#each languages as language}
151151
<div
152-
class="text-primary text-caption bg-smooth rounded-full py-1 px-3"
152+
class="text-primary text-caption bg-smooth rounded-full px-3 py-1"
153153
>
154154
{language}
155155
</div>

src/routes/partners/catalog/(components)/call-to-action.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'after:absolute after:top-0 after:right-0 after:z-0 after:hidden after:h-80 after:w-1/2 after:bg-[radial-gradient(at_100%_0%,_hsla(177,_53%,_69%,_0.1)_0px,_transparent_73%,_transparent_100%)] after:md:block md:after:block'
1111
)}
1212
>
13-
<div class="container relative grid grid-cols-1 place-items-center md:grid-cols-2">
13+
<div class="relative container grid grid-cols-1 place-items-center md:grid-cols-2">
1414
<section class="flex flex-col gap-4">
1515
<h2 class="text-display font-aeonik-pro text-primary max-w-[600px]">
1616
Become a Technology Partner

src/routes/partners/catalog/(components)/hero.svelte

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<div
66
class={classNames(
7-
'grid-bg border-smooth relative flex items-center border-b py-28 px-5 lg:px-8 xl:px-16',
7+
'grid-bg border-smooth relative flex items-center border-b px-5 py-28 lg:px-8 xl:px-16',
88
'before:from-accent/20 before:absolute before:inset-0 before:-z-1 before:bg-linear-to-tr before:via-transparent before:via-40% before:to-transparent'
99
)}
1010
>
11-
<div class="container relative pb-0">
11+
<div class="relative container pb-0">
1212
<div class="flex flex-col items-center">
1313
<div class="flex flex-col items-center justify-center gap-5 text-center">
14-
<div class="text-micro uppercase text-white">
14+
<div class="text-micro text-white uppercase">
1515
Appwrite Partner Catalog<span class="web-u-color-text-accent">_</span>
1616
</div>
1717
<h1 class="text-headline font-aeonik-pro text-primary">Find a Partner</h1>
@@ -32,7 +32,8 @@
3232
position: relative;
3333
z-index: 1;
3434
overflow: hidden;
35-
background-image: repeating-linear-gradient(
35+
background-image:
36+
repeating-linear-gradient(
3637
0deg,
3738
var(--line-color),
3839
var(--line-color) 1px,

0 commit comments

Comments
 (0)