File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ReviewCard = ({
2626} ) => {
2727 return (
2828 < motion . div
29- className = "bg-white dark:bg-gray-900 rounded-xl p-6 flex flex-col items-center text-center min-h-[250px] h-auto w-[350px] shadow-lg border border-gray-200 dark:border-gray-700 mx-2"
29+ className = "bg-white dark:bg-gray-900 rounded-xl p-6 flex flex-col items-center text-center min-h-[250px] h-auto w-[350px] shadow-lg border border-gray-200 dark:border-gray-700 mx-2 justify-between "
3030 variants = { testimonialCard }
3131 initial = "hidden"
3232 whileInView = "visible"
@@ -51,7 +51,7 @@ const ReviewCard = ({
5151 </ motion . p >
5252
5353 { /* User Info */ }
54- < div className = "flex items-center mt-4 space-x-3" >
54+ < div className = "flex items-center mt-4 space-x-3 text-left " >
5555 < motion . img
5656 src = { img }
5757 alt = { name }
You can’t perform that action at this time.
0 commit comments