replace HomeAbout with Ventures and Foundation components, add green button variant, create PS text component, and adjust About section padding
This commit is contained in:
@@ -102,6 +102,13 @@ export const P = createTextComponent(
|
||||
'text-base lg:text-xl leading-relaxed',
|
||||
{ font: 'sans' }
|
||||
)
|
||||
|
||||
export const PS = createTextComponent(
|
||||
'p',
|
||||
'text-base lg:text-lg leading-relaxed',
|
||||
{ font: 'sans' }
|
||||
)
|
||||
|
||||
export const Small = createTextComponent(
|
||||
'small',
|
||||
'text-sm font-medium leading-normal tracking-normal'
|
||||
|
||||
Reference in New Issue
Block a user