Skip to content

Commit eeb0010

Browse files
committed
aligned
1 parent 1d9c917 commit eeb0010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/TryCard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ export const TryCard: React.FC<TryCardProps> = ({
6060
<div className="bg-white rounded-xl sm:rounded-2xl md:rounded-3xl shadow-[rgba(13,_38,_76,_0.19)_0px_9px_20px] hover:shadow-[rgba(13,_38,_76,_0.25)_0px_12px_28px] transition-all duration-500 overflow-hidden mx-auto w-full group h-full">
6161
<div className="p-4 sm:p-5 md:p-6 flex flex-col h-full">
6262
{/* Content Section */}
63-
<div className="flex-1 space-y-3 sm:space-y-4">
63+
<div className="flex-1 flex flex-col space-y-3 sm:space-y-4">
6464
{/* Header */}
65-
<div className="space-y-2 sm:space-y-3 text-center w-full">
65+
<div className="space-y-2 flex-1/4 sm:space-y-3 text-center w-full">
6666
<h2 className="text-lg sm:text-xl font-black text-gray-800 leading-tight bg-gradient-to-br from-gray-900 via-gray-800 to-gray-600 bg-clip-text group-hover:scale-[1.02] transition-transform duration-500">
6767
{title}
6868
</h2>
@@ -72,7 +72,7 @@ export const TryCard: React.FC<TryCardProps> = ({
7272
</div>
7373

7474
{/* Buttons */}
75-
<div className="space-y-2 sm:space-y-2.5 flex flex-col items-center pt-2 sm:pt-3">
75+
<div className="space-y-2 sm:space-y-2.5 flex flex-col items-center pt-1 sm:pt-3">
7676
<a
7777
href={tryNowHref}
7878
className={`w-full text-white font-bold px-3 sm:px-4 md:px-5 py-2 sm:py-2.5 md:py-3 rounded-xl sm:rounded-2xl

0 commit comments

Comments
 (0)