add tailwind prettier and some clean up
This commit is contained in:
@@ -9,7 +9,7 @@ export default function Layout({ children }: Props) {
|
||||
<>
|
||||
<Navbar darkText />
|
||||
<div
|
||||
className="opacity-50 w-full h-screen text-blue-950 bg-[radial-gradient(circle_at_2px_2px,#D9DEF6_2px,transparent_0)] absolute top-0 left-0 right-0 z-0"
|
||||
className="absolute left-0 right-0 top-0 z-0 h-screen w-full bg-[radial-gradient(circle_at_2px_2px,#D9DEF6_2px,transparent_0)] text-blue-950 opacity-50"
|
||||
style={{
|
||||
backgroundSize: '70px 70px',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user