fixed
This commit is contained in:
parent
17a8003c83
commit
c22bdb300d
|
@ -46,7 +46,7 @@ const AboutusContent = ({ aboutus }: { aboutus: AboutusProps[] }) => {
|
|||
{item.description}
|
||||
</p> */}
|
||||
<div
|
||||
className='mt-8 [&_*]:!text-[1.0rem] [&_*]:!text-gray-600 [&_*]:!text-start'
|
||||
className='mt-8 [&_*]:!text-[1.0rem] [&_*]:!text-gray-600 [&_*]:!text-start [&_*]:!bg-transparent'
|
||||
dangerouslySetInnerHTML={{ __html: item.description }}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue