Skip to content

Commit

Permalink
Fixes #9559:No Notice Available Icon Misaligned in Mobile View (#9562)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavchaitu authored Dec 25, 2024
1 parent b84feda commit 29ab069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifications/NoticeBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const NoticeBoard = () => {
);
} else {
notices = (
<div className="m-auto flex max-w-xs items-center">
<div className="m-auto flex max-w-xs justify-center">
<div className="my-36">
<CareIcon icon="l-bell-slash" className="h-auto text-secondary-500" />
<div className="m-auto mt-6 text-2xl text-secondary-500">
Expand Down

0 comments on commit 29ab069

Please sign in to comment.