Skip to content

Commit

Permalink
Fix homepage padding
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Feb 21, 2024
1 parent 9e711d8 commit c17ebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getTextsIdsAndTitles } from "./texts/files";
export default function Home() {
const textsIdsAndTitles = getTextsIdsAndTitles();
return (
<main className="min-h-screen max-w-screen-lg m-auto padding-4 p-24">
<main className="min-h-screen max-w-screen-lg m-auto p-4">
<div className="mb-4 text-center">
<h1 className="font-bold">Introduction to Literary Chinese</h1>
<p className="text-sm">Adapted from the 1927 book by J. Brandt</p>
Expand Down

0 comments on commit c17ebad

Please sign in to comment.