Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Nov 1, 2024
1 parent 9e610d6 commit b01973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/BlogTagsPostsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function BlogTagsPostsPageContent({tag, items}: Props): JSX.Element {
return (
<Layout>
<div className="container mx-auto mt-3 mb-10 md:my-8 px-4 md:w-8/12">
<div className="flex gap-2 mb-5">
<div className="flex flex-col md:flex-row gap-2 mb-5">
<span className="text-title-medium text-tailCall-light-600">Results for</span>
<span className="flex items-center justify-between flex-1">
<span className="text-content-small px-3 py-1 text-tailCall-dark-100 rounded-full bg-tailCall-light-200">
Expand Down

0 comments on commit b01973a

Please sign in to comment.