Skip to content

Commit

Permalink
Merge pull request #316 from IqbalRizqiR/mokletdev#315
Browse files Browse the repository at this point in the history
fix: mobile layout issue on news page
  • Loading branch information
ahsanzizan authored Jan 4, 2025
2 parents b0b7cdc + ac7adb0 commit c2d31c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/berita/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default async function Post({ params }: { params: { slug: string } }) {
</div>
<div className="w-full">
<div className="mb-[42px] flex flex-col lg:flex-row justify-between items-start gap-[32px] lg:gap-0 lg:items-center">
<div className="flex gap-[10px]">
<div className="flex flex-wrap gap-[10px]">
{post?.tags.map((tag) => (
<Tags tag={tag} key={tag.tagName} />
))}
Expand Down

0 comments on commit c2d31c9

Please sign in to comment.