made required changes in css (#5542)
This commit is contained in:
parent
d24a4e18a2
commit
9415a5ba00
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue