File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ defineProps({
2323
2424<template >
2525 <div
26- class =" h-full flex flex-col rounded bg-green-500 bg-gradient-to-b from-green-500 to-green-400 p-2 text-center shadow-xl transition duration-200 ease-in-out hover:scale-105 max-md:mx-6 dark:bg-green-800 dark:from-green-800 dark:to-green-700"
26+ class =" flex- h-full flex-col rounded bg-green-500 bg-gradient-to-b from-green-500 to-green-400 p-2 text-center shadow-xl transition duration-200 ease-in-out hover:scale-105 max-md:mx-6 dark:bg-green-800 dark:from-green-800 dark:to-green-700"
2727 >
2828 <img class =" mx-auto mt-4 w-1/3 rounded-full shadow-xl max-md:w-1/4" :src =" image" alt =" pic" />
2929 <h2 class =" mt-2 text-lg font-bold dark:text-white" >{{ name }}</h2 >
Original file line number Diff line number Diff line change @@ -26,5 +26,3 @@ useSeoMeta({
2626 twitterCard: " summary" ,
2727});
2828 </script >
29-
30-
You can’t perform that action at this time.
0 commit comments