@@ -19,7 +19,7 @@ getElectronExampleAppDownloadLink()
1919 <div class =" container other-color" >
2020 <div class =" panels vp-doc" >
2121 <div class =" panel" >
22- <h1 >Chat with many popular models</h1 >
22+ <h2 >Chat with many popular models</h2 >
2323 <p >Experience the ease of running models on your machine</p >
2424 <div class =" code" >
2525 <slot name =" chat-command" />
@@ -30,7 +30,7 @@ getElectronExampleAppDownloadLink()
3030 </div >
3131 </div >
3232 <div class =" panel" >
33- <h1 >Inspect your hardware</h1 >
33+ <h2 >Inspect your hardware</h2 >
3434 <p >Check out your hardware capabilities</p >
3535 <div class =" code" >
3636 <slot name =" inspect-command" />
@@ -39,7 +39,7 @@ getElectronExampleAppDownloadLink()
3939 </div >
4040 </div >
4141 <div class =" features-list vp-doc" >
42- <h1 >A complete package</h1 >
42+ <h2 >A complete package</h2 >
4343 <p >Everything you need to use large language models in your project</p >
4444 <div class =" content" >
4545 <slot name =" features-list" />
@@ -49,15 +49,15 @@ getElectronExampleAppDownloadLink()
4949 <div class =" container" >
5050 <div class =" panels vp-doc" >
5151 <div class =" panel" >
52- <h1 >Prompt a model</h1 >
52+ <h2 >Prompt a model</h2 >
5353 <p >Integrate <code >node-llama-cpp</code > in your codebase and prompt models</p >
5454 <div class =" code" >
5555 <slot name =" simple-code" />
5656 <p ><a class =" learn-more" :href =" withBase('/guide/#usage')" >Learn more <span class =" vpi-arrow-right" ></span ></a ></p >
5757 </div >
5858 </div >
5959 <div class =" panel" >
60- <h1 >Embed documents</h1 >
60+ <h2 >Embed documents</h2 >
6161 <p >Get embedding for a given text</p >
6262 <div class =" code" >
6363 <slot name =" simple-embedding" />
@@ -69,15 +69,15 @@ getElectronExampleAppDownloadLink()
6969 <div class =" container" >
7070 <div class =" panels vp-doc" >
7171 <div class =" panel" >
72- <h1 >Enforce a JSON schema</h1 >
72+ <h2 >Enforce a JSON schema</h2 >
7373 <p >Force a model response to follow your JSON schema</p >
7474 <div class =" code" >
7575 <slot name =" json-schema" />
7676 <p ><a class =" learn-more" :href =" withBase('/guide/#chatbot-with-json-schema')" >Learn more <span class =" vpi-arrow-right" ></span ></a ></p >
7777 </div >
7878 </div >
7979 <div class =" panel" >
80- <h1 >Prompt with function calling</h1 >
80+ <h2 >Prompt with function calling</h2 >
8181 <p >Let a model call functions to retrieve data or perform actions</p >
8282 <div class =" code" >
8383 <slot name =" function-calling" />
@@ -144,8 +144,17 @@ getElectronExampleAppDownloadLink()
144144 border-radius : 12px ;
145145 flex-basis : 0% ;
146146
147- > h 1 {
147+ > h 2 {
148+ letter-spacing : -0.02em ;
149+ line-height : 40px ;
150+ font-size : 28px ;
148151 margin : 16px 0px ;
152+ padding-top : 0px ;
153+ border-top : none ;
154+
155+ @media (min-width : 768px ) {
156+ font-size : 32px ;
157+ }
149158 }
150159
151160 .learn-more {
@@ -188,8 +197,17 @@ getElectronExampleAppDownloadLink()
188197 margin : 32px calc (-1 * (100 svw - 100% ) / 2 ) 0px calc (- 1*(100svw - 100%) / 2);
189198 overflow : hidden ;
190199
191- > h 1 {
200+ > h 2 {
201+ letter-spacing : -0.02em ;
202+ line-height : 40px ;
203+ font-size : 28px ;
192204 margin : 16px 0px ;
205+ padding-top : 0px ;
206+ border-top : none ;
207+
208+ @media (min-width : 768px ) {
209+ font-size : 32px ;
210+ }
193211 }
194212
195213 > .content {
0 commit comments