Skip to content

Commit

Permalink
fix: add gap between avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 8, 2023
1 parent 16d3716 commit 17d19d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function AboutSection(props) {
<h2 className="flex items-center font-mono text-sm font-medium leading-7 text-white">
<span>À propos du podcast</span>
</h2>
<div className="my-3 flex">
<div className="my-3 flex gap-5">
<Image
className="rounded-full"
src={david}
Expand Down

0 comments on commit 17d19d8

Please sign in to comment.