chore: updated default styles 40c0f7c4
Steve · 2025-10-05 16:27 1 file(s) · +9 −2
src/templates/extras/client/src/components/Home.tsx/Home-with-reactroutermpa-rpc-tanstackquery.tsx +9 −2
33 33
	});
34 34
35 35
	return (
36 -
		<>
36 +
		<div
37 +
			style={{
38 +
				maxWidth: "1280px",
39 +
				margin: "0 auto",
40 +
				padding: "2rem",
41 +
				textAlign: "center",
42 +
			}}
43 +
		>
37 44
			<div>
38 45
				<a
39 46
					href="https://github.com/stevedylandev/bhvr"
71 78
					)}
72 79
				</div>
73 80
			</ClientOnly>
74 -
		</>
81 +
		</div>
75 82
	);
76 83
}
77 84