mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
cfonts heading tuning
This commit is contained in:
parent
5fcd547c3d
commit
6bfc159520
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ import cfonts from 'cfonts';
|
|||
<div class="middle-pane-medium mt-8 sm:mt-14 mb-2 sm:mb-8">
|
||||
<div class="leading-none flex justify-center text-[4px] sm:text-[8px] text-white">
|
||||
{/*<img src="/page-events.png" class="h-8 sm:h-14" title="Events" />*/}
|
||||
<pre><code>{cfonts.render(title + ' ', { font: '', maxLength: 1500 }).string}</code></pre>
|
||||
<pre><code>{cfonts.render(title + ' ', { font: '', maxLength: 2500 }).string}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue