File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ const Document = () => {
88 Documentation 📝
99 </ h1 >
1010 < div className = "py-8 flex flex-col justify-center items-start" >
11- < h3 className = "text-center pb-4 font-bold text-xl text-red-900 underline underline-offset-4" >
11+ < h3 className = "text-center pb-8 font-bold text-xl text-red-900 underline underline-offset-4" >
1212 1. Feature video 📺
1313 </ h3 >
14- < img
15- src = "/feature_card_component.png "
16- alt = "banner"
17- className = " w-full md:w-4/5 rounded-2xl h-96"
18- / >
14+ < video
15+ className = "w-auto rounded-3xl h-auto border-2 border-rose-500 shadow-xl shadow-blue-300 "
16+ controls >
17+ < source src = "/tailwind_bootstrap_docs.mkv" type = "video/mp4" > </ source >
18+ </ video >
1919 </ div >
2020
2121 < div className = "py-8 flex flex-col justify-center items-start" >
You can’t perform that action at this time.
0 commit comments