Skip to content

Commit

Permalink
Fixed the margin in favorite posts page
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetDOD committed Jul 11, 2024
1 parent bcbf546 commit 8444793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Favorite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Favorite = () => {

return (
<>
<div className="-mt-8 min-h-screen text-[#000435] bg-white dark:text-white dark:bg-[#000435]" style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }} >
<div className="min-h-screen text-[#000435] bg-white dark:text-white dark:bg-[#000435]" style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }} >
<div className="max-w-screen-xl mx-auto p-4 text-[#000435] bg-white dark:text-white dark:bg-[#000435] flex flex-col items-center">
<div className="w-80 text-[#000435] bg-white backdrop-blur-sm rounded-xl p-3 border border-sky-500 text-center text-xl font-semibold dark:text-white dark:bg-[#000435]"style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }}>
{t("myfavpost")} 😍
Expand Down

0 comments on commit 8444793

Please sign in to comment.