cfonts heading tuning

This commit is contained in:
tree🌴 2024-01-26 02:32:45 +01:00
parent 5fcd547c3d
commit 6bfc159520
1 changed files with 1 additions and 1 deletions

View File

@ -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>
}