mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
made required changes in css (#5542)
This commit is contained in:
@@ -3,7 +3,7 @@ import Image from "next/image";
|
||||
import SomethingWentWrongImage from "public/something-went-wrong.svg";
|
||||
|
||||
export const SomethingWentWrongError = () => (
|
||||
<div className="grid h-full w-full place-items-center p-6">
|
||||
<div className="grid min-h-screen w-full place-items-center p-6">
|
||||
<div className="text-center">
|
||||
<div className="mx-auto grid h-52 w-52 place-items-center rounded-full bg-custom-background-80">
|
||||
<div className="grid h-32 w-32 place-items-center">
|
||||
|
||||
Reference in New Issue
Block a user