Skip to content

Commit

Permalink
restrict mx-auto to md+
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbermanssw committed Oct 4, 2024
1 parent c48095e commit 061dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/whats-new/tinacms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getStaticProps = async () => {
const Tinacms = ({ items }) => {
return (
<Layout>
<div className="p-6 py-12 lg:py-16 last:pb-20 last:lg:pb-32 max-w-prose mx-auto">
<div className="p-6 py-12 lg:py-16 last:pb-20 last:lg:pb-32 max-w-prose md:mx-auto">
<h1 className="text-center justify-center font-tuner text-3xl lg:text-4xl lg:leading-tight bg-gradient-to-br from-orange-400 via-orange-600 to-orange-700 group-hover:from-orange-300 group-hover:via-orange-500 group-hover:to-orange-700 bg-clip-text text-transparent">
What's new with TinaCMS
</h1>
Expand Down

0 comments on commit 061dd1b

Please sign in to comment.