diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f0a5fb6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [Unreleased] + +### Fixed + +- Fix alignment of "Read full profile" buttons on TSC page: cards now use a flex-column layout so the button is consistently pinned to the bottom regardless of bio length. diff --git a/src/app/tsc/page.tsx b/src/app/tsc/page.tsx index 8db4d0e..907f6c0 100644 --- a/src/app/tsc/page.tsx +++ b/src/app/tsc/page.tsx @@ -177,7 +177,7 @@ export default function TSCSection() { return (
+ className="flex flex-col h-full rounded-2xl border-2 border-white-dark bg-white p-6 sm:p-7"> {member.photo ? ( )} -
+

{fullName}

{member.gitHubAccount ? ( @@ -214,7 +214,9 @@ export default function TSCSection() { ) : null} -

{bioPreview}

+

+ {bioPreview} +

{hasBio ? (