🎨 Styling fixes in wake of tailwindv4

This commit is contained in:
2026-02-25 17:38:27 -05:00
parent 4498830e29
commit c005d118ac
14 changed files with 65 additions and 60 deletions

View File

@@ -99,7 +99,7 @@ export const PullList = (): ReactElement => {
[],
);
return (
<section className="container">
<section className="container mx-auto px-4 sm:px-6 lg:px-8">
<div className="section">
<div className="header-area">
<h1 className="title">Weekly Pull List</h1>