mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(features): improve font size for features section title
This commit is contained in:
parent
6730aa0a39
commit
91ac5d0f6b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const descriptions = Object.values(features.featureTabs).map((tab) => tab.descri
|
|||
id="Features"
|
||||
class="relative flex w-full flex-col py-12 text-start lg:py-36"
|
||||
>
|
||||
<Description class="mb-2 text-6xl font-bold">
|
||||
<Description class="mb-2 text-4xl lg:text-6xl font-bold">
|
||||
<motion.span client:load {...getTitleAnimation(0.2)}>
|
||||
{title1}
|
||||
</motion.span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue