30 lines
663 B
Vue
30 lines
663 B
Vue
<template>
|
|
<div class="flex items-center flex-col pb-[25vw] md:pb-[6vw]">
|
|
<div
|
|
class="flex flex-col flex-col-reverse md:flex-row justify-between w-[87.69%] md:w-[81.04%] mt-[8.2vw]"
|
|
>
|
|
<div
|
|
class="w-full md:w-[56.354vw] text-[#383E43] text-[1.055vw] leading-[1.582vw]"
|
|
>
|
|
|
|
|
|
<product-page-attended-coursesVideo />
|
|
<product-page-attended-coursesDownload-box />
|
|
<product-page-attended-coursesChats />
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="w-full md:w-[23.438vw]">
|
|
<product-page-attended-coursesHeadlines />
|
|
<product-page-attended-coursesProgress-bar />
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|