Skip to content

Commit

Permalink
Refactor text alignment in NewsSnippet component
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter committed Feb 20, 2024
1 parent 0750af6 commit fa028a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/NewsSnippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const NewsSnippet = async () => {
return (
<div className="py-12 sm:py-24">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="text-center">
<div className="lg:text-center">
<h2 className="text-3xl font-bold font-display tracking-tight sm:text-4xl">
{t("title")}
</h2>
Expand Down

0 comments on commit fa028a7

Please sign in to comment.