Skip to content

Commit

Permalink
chore: always set header to text-left
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes authored Jul 6, 2024
1 parent 31d8a75 commit de8fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SimpleJsonEditor } from './components/SimpleJsonEditor'

const App = () => (
<div className="font-mono grid grid-flow-row min-h-screen bg-amber-200">
<header className="text-center pl-0 mt-3 sm:text-left sm:pl-4">
<header className="text-left pl-0 mt-3 sm:pl-4">
<a
href="https://github.com/tjmaynes/json-validator"
className="text-2xl font-bold text-blue-600 dark:text-blue-500"
Expand Down

0 comments on commit de8fb6a

Please sign in to comment.