Skip to content

Commit

Permalink
align
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Dec 22, 2024
1 parent d43f334 commit 7157e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function ForbiddenPage() {
return (
<div className="flex h-full grow flex-col p-1">
<MenuButton />
<div className="m-auto flex flex-col gap-2 p-3 sm:flex-row">
<div className="m-auto flex flex-col items-center gap-2 p-3 sm:flex-row">
<BanIcon className="mx-auto my-4 h-20 w-20 sm:mx-0 sm:my-0 sm:mr-2 sm:h-12 sm:w-12" />
<p>
{t("pages.dashboard.servers.forbiddenPage.message", {
Expand Down

0 comments on commit 7157e08

Please sign in to comment.