Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsharp committed Jan 9, 2025
1 parent 40aaa5a commit 8a8d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const MainPage = ({ initialFeedId }: MainPageProps) => {

if (loading) {
return (
<div className="flex min-h-screen w-full justify-center p-24 text-xl font-extrabold xs:text-2xl">
<div className="flex min-h-screen w-full justify-center px-8 py-24 text-xl font-extrabold xs:text-2xl">
Loading Feed Data...
</div>
);
Expand Down

0 comments on commit 8a8d53e

Please sign in to comment.