add padding left and right of the page

This commit is contained in:
2026-02-12 23:38:47 +03:00
parent 738917979e
commit f43519f7f6

View File

@@ -6,7 +6,7 @@ export default function App() {
const { data: items } = useItemsQuery();
return (
<div className="max-w-[1440px] mx-auto w-full py-2">
<div className="max-w-[1440px] mx-auto w-full py-2 px-2">
<h1 className="text-2xl font-semibold my-2">torrent queue</h1>
<CreateItemForm />
<div className="mt-4 flex flex-col gap-3">