@@ -6,13 +6,13 @@ import { HomePage } from 'vocs/components'
6
6
7
7
<div className = " flex flex-col mt-16 gap-16" >
8
8
<header className = " flex flex-col gap-8" >
9
- <img src = " /logo.svg" className = " w-24 hidden dark:flex" />
10
- <img src = " /logo.svg" className = " w-24 flex dark:hidden" />
11
- <h1 className = " font-bold text-6xl leading-[5rem]" >The TypeScript interface for Mina Protocol.</h1 >
12
- <p className = " text-xl" >MinaJS is the missing piece for your smooth zkApp development on Mina.</p >
9
+ <img src = " /logo.svg" className = " w-16 lg:w- 24 hidden dark:flex" />
10
+ <img src = " /logo.svg" className = " w-16 lg:w- 24 flex dark:hidden" />
11
+ <h1 className = " font-bold text-3xl lg:text- 6xl leading-[3rem] lg: leading-[5rem]" >The TypeScript interface for Mina Protocol.</h1 >
12
+ <p className = " text-lg lg:text- xl" >MinaJS is the missing piece for your smooth zkApp development on Mina.</p >
13
13
<div className = " flex gap-2" >
14
- <a href = " /getting-started" className = " btn btn-lg btn-primary rounded-full" >Get Started</a >
15
- <a href = " https://github.com/palladians/mina-js" target = " _blank" rel = " noopener noreferrer" className = " btn btn-lg btn-outline rounded-full" >GitHub</a >
14
+ <a href = " /getting-started" className = " btn lg: btn-lg btn-primary rounded-full" >Get Started</a >
15
+ <a href = " https://github.com/palladians/mina-js" target = " _blank" rel = " noopener noreferrer" className = " btn lg: btn-lg btn-outline rounded-full" >GitHub</a >
16
16
</div >
17
17
</header >
18
18
<section >
@@ -24,7 +24,7 @@ import { HomePage } from 'vocs/components'
24
24
<h2 className = " text-2xl font-semibold" >Sponsors</h2 >
25
25
<a target = " _blank" href = " https://github.com/sponsors/palladians" rel = " noopener noreferrer" className = " btn btn-outline rounded-full" >Become a sponsor</a >
26
26
</div >
27
- <div className = " grid grid-cols-4 gap8 " >
27
+ <div className = " grid grid-cols-2 lg:grid-cols-4 gap-8 " >
28
28
<a href = " https://palladians.xyz" target = " _blank" rel = " noopener noreferrer" >
29
29
<img src = " /palladians.svg" />
30
30
</a >
0 commit comments