reset my
This commit is contained in:
parent
59b68510b8
commit
c8490e7a50
|
@ -2,7 +2,7 @@ import React from 'react'
|
||||||
import { CoursesProps } from '@/types'
|
import { CoursesProps } from '@/types'
|
||||||
const LongDesc = ({ courseData }: { courseData: CoursesProps }) => {
|
const LongDesc = ({ courseData }: { courseData: CoursesProps }) => {
|
||||||
return (
|
return (
|
||||||
<div className='w-full h-auto lg:mt-64 mt-20'>
|
<div className='w-full h-auto lg:mt-32 mt-20'>
|
||||||
<div className='flex flex-col items-center justify-center mx-[5vw] lg:mx-[20vw]'>
|
<div className='flex flex-col items-center justify-center mx-[5vw] lg:mx-[20vw]'>
|
||||||
<p className='lg:text-5xl text-xl text-center'>
|
<p className='lg:text-5xl text-xl text-center'>
|
||||||
{courseData.title}
|
{courseData.title}
|
||||||
|
|
Loading…
Reference in New Issue