We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c46a4 commit f17abb4Copy full SHA for f17abb4
src/routes/models/+page.svelte
@@ -50,7 +50,7 @@
50
<div class="scrollbar-custom h-full overflow-y-auto py-12 max-sm:pt-8 md:py-24">
51
<div class="pt-42 mx-auto flex flex-col px-5 xl:w-[60rem] 2xl:w-[64rem]">
52
<div class="flex items-center">
53
- <h1 class="text-2xl font-bold">Models</h1>
+ <h1 class="text-xl font-bold sm:text-2xl">Models</h1>
54
{#if publicConfig.isHuggingChat}
55
<a
56
href="https://huggingface.co/docs/inference-providers"
0 commit comments