generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
@@ -235,7 +235,7 @@ const App: React.FC = () => {
|
||||
<Layout style={{marginLeft: 310,}}>
|
||||
<Content style={{ background: colorBgContainer, overflow: 'initial',}}>
|
||||
<div className='border-b-[1px] py-2'>
|
||||
<div className='container mx-auto px-10 flex flex-row justify-between'>
|
||||
<div className='container mx-auto flex flex-row justify-between'>
|
||||
<div className='inline-flex justify-center place-items-center'>
|
||||
<img src="../../assets/student-dash.svg" alt=""/>
|
||||
<p className='pl-1 text-[18px] font-[700] whitespace-nowrap'>Student Dashboard</p>
|
||||
@@ -268,7 +268,7 @@ const App: React.FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
<section className=''>
|
||||
<div className='container mx-auto px-10'>
|
||||
<div className='container mx-auto '>
|
||||
<h2 className='text-[20px] font-[700] my-4 inline-flex leading-[24px]'>Course Content <img src="../../assets/right-arrow.svg" alt="" /></h2>
|
||||
<div className='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6'>
|
||||
{courseData.map(data=>(
|
||||
@@ -284,7 +284,7 @@ const App: React.FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section className='container mx-auto px-10 my-16'>
|
||||
<section className='container mx-auto my-16'>
|
||||
<div className='grid grid-cols-1 lg:grid-cols-3 gap-6'>
|
||||
<div className='flex flex-col md:col-span-2 gap-6'>
|
||||
<div className='flex flex-col xl:flex-row gap-6'>
|
||||
|
||||
Reference in New Issue
Block a user