Skip to content

Commit

Permalink
Update gap on glossary post component
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoEC committed Aug 16, 2024
1 parent d35b10e commit 8cdc410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/Glossary/GlossaryPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function GlossaryPost({ slug, posts, CTA, disclaimer }: Props) {
});

return (
<div class="flex flex-col gap-16 w-full container pt-36 pb-16 justify-center">
<div class="flex flex-col gap-12 md:gap-16 w-full container pt-28 md:pt-36 pb-16 justify-center">
<div class="md:hidden">
<div class="flex justify-between py-2 px-4 text-white">
<span class="text-lg grow">{title}</span>
Expand Down

0 comments on commit 8cdc410

Please sign in to comment.