forked from emre/www_projectmycelium_com
style: adjust eyebrow text tracking for better readability
- Changed tracking property from 'tracking-wide' to 'tracking-wider' to increase letter spacing in eyebrow text component - Improves visual hierarchy and text legibility for uppercase headings
This commit is contained in:
@@ -104,7 +104,7 @@ export const H5 = createTextComponent(
|
|||||||
)
|
)
|
||||||
export const Eyebrow = createTextComponent(
|
export const Eyebrow = createTextComponent(
|
||||||
'h2',
|
'h2',
|
||||||
'text-base/7 font-semibold tracking-wide uppercase'
|
'text-base/7 font-semibold tracking-wider uppercase'
|
||||||
)
|
)
|
||||||
export const SectionHeader = createTextComponent(
|
export const SectionHeader = createTextComponent(
|
||||||
'p',
|
'p',
|
||||||
|
|||||||
Reference in New Issue
Block a user