Skip to content

Commit

Permalink
more tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 30, 2023
1 parent f655b67 commit af958cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/cursorless-org/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ const components: MDXComponents = {
src={src}
alt={name}
/>
<div className="flex flex-col">
<div className="font-semibold text-[1.2em] leading-none mb-1">
{name}
</div>
<div className="text-[0.9em] leading-none mb-1">{title}</div>
<div className="flex flex-col gap-[0.375rem]">
<div className="font-semibold text-[1.2em] leading-none">{name}</div>
<div className="text-[0.9em] leading-none">{title}</div>
<div className="text-[0.9em] leading-none">{company}</div>
</div>
</div>
Expand Down

0 comments on commit af958cd

Please sign in to comment.