1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00
This commit is contained in:
Arik Chakma
2025-06-28 17:39:32 +06:00
parent 1a6df171dc
commit d1c317b889

View File

@@ -140,7 +140,7 @@ function CourseFeature(props: CourseFeatureProps) {
<img
src={imgUrl}
alt={title}
className="-order-1 h-full w-full rounded-lg sm:order-2"
className="h-full w-full rounded-lg sm:order-2"
/>
</div>
)}