This commit is contained in:
Philip Cheung 2024-10-08 19:57:04 +08:00
parent 59b68510b8
commit c8490e7a50
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React from 'react'
import { CoursesProps } from '@/types'
const LongDesc = ({ courseData }: { courseData: CoursesProps }) => {
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]'>
<p className='lg:text-5xl text-xl text-center'>
{courseData.title}