README updates and minor tweaks

This commit is contained in:
Kyle Corbitt
2023-06-28 11:55:25 -07:00
parent 15e4fe7e5a
commit 74d2493a1b
5 changed files with 33 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ import AppShell from "~/components/nav/AppShell";
export default function Home() {
return (
<AppShell>
<Center h="100vh">
<Center h="100%">
<div>Select an experiment from the sidebar to get started!</div>
</Center>
</AppShell>