mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Complete color and font implementation into news and about pages
This commit is contained in:
@@ -107,12 +107,12 @@ export default function AboutSlider() {
|
||||
position="relative"
|
||||
>
|
||||
<Stack spacing={6} w={'full'} maxW={'-webkit-max-content'}>
|
||||
<Heading fontSize={{ base: '3xl', md: '4xl', lg: '5xl' }}>
|
||||
<Heading color={card.titleColor} className={style.aboutSliderHeading} fontSize={{ base: '3xl', md: '4xl', lg: '5xl' }}>
|
||||
{card.title}
|
||||
</Heading>
|
||||
<Text
|
||||
as={"span"}
|
||||
fontSize={{ base: 'lg', lg: 'xl' }}
|
||||
fontSize={{ base: 'xl', lg: '2xl' }}
|
||||
color="GrayText"
|
||||
className={style.aboutSliderText}
|
||||
>
|
||||
|
Reference in New Issue
Block a user