Add functionality for dynamic header movement, design tweaks
This commit is contained in:
@@ -26,8 +26,10 @@ const IntroDefault = ({ ...props }) => (
|
||||
)}
|
||||
{props.text && (
|
||||
<p
|
||||
className={`${props.light ? headlineDark : ''}
|
||||
font-light text-black-light text-lg leading-normal`}
|
||||
className={`${props.light ? headlineDark : ''} ${
|
||||
props.header ? 'saburly-text-intro' : 'text-black-light'
|
||||
}
|
||||
font-light text-lg leading-normal`}
|
||||
>
|
||||
{props.text}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user