self-review

This commit is contained in:
Sara
2023-09-20 17:16:24 +02:00
parent 2576a6e4e2
commit 3f2c3ddadc
2 changed files with 0 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ export default function RootLayout({ children }) {
<FiefWrapper>
<ErrorProvider>
<ErrorMessage />
{/*TODO lvh or svh ? */}
<div
id="container"
className="items-center h-[100svh] p-2 md:p-4 grid grid-rows-layout gap-2 md:gap-4"

View File

@@ -19,8 +19,6 @@ button {
display: inline-flex;
align-items: center;
justify-content: center;
/* align-self: start; */
/* Optional - see "Gotchas" */
/* Animation */
transition: 220ms all ease-in-out;
}