create single page of courses

This commit is contained in:
HAM!DREZA
2024-05-18 16:02:45 +03:30
parent d46cce51ac
commit 81f0fd159c
38 changed files with 1918 additions and 294 deletions
@@ -53,7 +53,7 @@
</svg>
<input
class="w-[100%] md:w-[45vw] h-[10.769vw] md:h-[3.333vw] text-[2.836vw] md:text-[0.741vw] text-[#878787] rounded-[2.564vw] md:rounded-[0.781vw] ps-[12vw] md:ps-[3vw] md:ms-[1.563vw] shadow-sm"
class="thin w-[100%] md:w-[45vw] h-[10.769vw] md:h-[3.333vw] text-[2.836vw] md:text-[0.741vw] text-[#878787] rounded-[2.564vw] md:rounded-[0.781vw] ps-[12vw] md:ps-[3vw] md:ms-[1.563vw] shadow-sm"
type="text"
placeholder="نام آموزش ، دوره و ... را وارد کنید"
/>
@@ -120,12 +120,12 @@ const breakpoints = {
snapAlign: "end",
},
700: {
itemsToShow: 7.3,
itemsToShow: 8.6,
snapAlign: "end",
},
// 1024 and up
1024: {
itemsToShow: 8.3,
itemsToShow: 8.6,
snapAlign: "end",
},
};