mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
self-review
This commit is contained in:
@@ -61,7 +61,6 @@ export default function RootLayout({ children }) {
|
|||||||
<FiefWrapper>
|
<FiefWrapper>
|
||||||
<ErrorProvider>
|
<ErrorProvider>
|
||||||
<ErrorMessage />
|
<ErrorMessage />
|
||||||
{/*TODO lvh or svh ? */}
|
|
||||||
<div
|
<div
|
||||||
id="container"
|
id="container"
|
||||||
className="items-center h-[100svh] p-2 md:p-4 grid grid-rows-layout gap-2 md:gap-4"
|
className="items-center h-[100svh] p-2 md:p-4 grid grid-rows-layout gap-2 md:gap-4"
|
||||||
|
|||||||
@@ -19,8 +19,6 @@ button {
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
/* align-self: start; */
|
|
||||||
/* Optional - see "Gotchas" */
|
|
||||||
/* Animation */
|
/* Animation */
|
||||||
transition: 220ms all ease-in-out;
|
transition: 220ms all ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user