Skip to content

Commit

Permalink
Fixes layout alignment for co-author info below post details
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh062 committed Dec 19, 2023
1 parent 0d81b1f commit 43bc061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function AboutAuthor() {
const allAuthors = publication?.isTeam ? [author, ...coAuthors] : [author];

return (
<div className="mb-5 mt-10 flex flex-col gap-16">
<div className="mx-auto w-full px-5 md:max-w-screen-md mb-5 mt-10 flex flex-col gap-16">
<div className="flex-1 px-2">
<div className="flex flex-col flex-wrap items-start md:flex-nowrap">
<h3 className="mb-4 w-full border-b-1-1/2 pb-2 text-base font-medium tracking-wider text-slate-500 dark:border-slate-800 dark:text-slate-400 ">
Expand Down

0 comments on commit 43bc061

Please sign in to comment.