Skip to content

Commit f17abb4

Browse files
committed
Update +page.svelte
1 parent 60c46a4 commit f17abb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/models/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="scrollbar-custom h-full overflow-y-auto py-12 max-sm:pt-8 md:py-24">
5151
<div class="pt-42 mx-auto flex flex-col px-5 xl:w-[60rem] 2xl:w-[64rem]">
5252
<div class="flex items-center">
53-
<h1 class="text-2xl font-bold">Models</h1>
53+
<h1 class="text-xl font-bold sm:text-2xl">Models</h1>
5454
{#if publicConfig.isHuggingChat}
5555
<a
5656
href="https://huggingface.co/docs/inference-providers"

0 commit comments

Comments
 (0)