mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into docs/effect-logo
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
</head>
|
||||
<body
|
||||
data-sveltekit-preload-data="hover"
|
||||
class="min-h-screen scroll-smooth bg-white font-sans text-mini antialiased [text-rendering:optimizeLegibility;] selection:bg-neutral-200 dark:bg-dark dark:text-white dark:selection:bg-neutral-700"
|
||||
class="min-h-screen scroll-smooth overscroll-none bg-white font-sans text-mini antialiased [text-rendering:optimizeLegibility;] selection:bg-neutral-200 dark:bg-dark dark:text-white dark:selection:bg-neutral-700"
|
||||
>
|
||||
<div>%sveltekit.body%</div>
|
||||
</body>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div
|
||||
class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4 xl:grid-cols-6"
|
||||
class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4 xl:grid-cols-5"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
@@ -3759,5 +3759,11 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://effect.website/',
|
||||
brandUrl:
|
||||
'https://sparkling-lancer-5bd.notion.site/Effect-logo-guidelines-14280adbc6354eaa8bd173e1bc0128a4'
|
||||
},
|
||||
{
|
||||
title: 'Ark UI',
|
||||
category: 'Library',
|
||||
route: '/library/ark-ui.svg',
|
||||
url: 'https://ark-ui.com/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user