style: format
This commit is contained in:
parent
935b3b3787
commit
6fc7c3d8b7
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ export default function Page({
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<span className={`${zillaSlab.className} font-bold text-4xl text-center`}>
|
<span
|
||||||
|
className={`${zillaSlab.className} font-bold text-4xl text-center`}
|
||||||
|
>
|
||||||
{name}
|
{name}
|
||||||
</span>
|
</span>
|
||||||
<div className='text-slate-600 text-2xl mt-4 text-center'>{short}</div>
|
<div className='text-slate-600 text-2xl mt-4 text-center'>{short}</div>
|
||||||
|
|
Loading…
Reference in a new issue