Try to bring styles fro document tempalte to video tempalte

This commit is contained in:
austinkelsay 2024-10-14 10:38:07 -05:00
parent 540556fd62
commit 4b1f5c7850

View File

@ -80,7 +80,7 @@ export function VideoTemplate({ video }) {
</Tag>
))}
</div>
<p className="font-bold text-gray-300 min-w-[5%]">{video?.duration || "5 min"} watch</p>
<p className="font-bold text-gray-300 min-w-[5%]">{video?.duration || "5 min"} read</p>
</CardContent>
<CardDescription className={`${isMobile ? "p-3" : "p-6"} py-2 pt-0 text-base text-neutral-50/90 dark:text-neutral-900/90 overflow-hidden min-h-[4em] flex items-center max-w-[100%]`}
style={{