Skip to content

Commit

Permalink
Merge pull request #422 from MeetDOD/issue-415
Browse files Browse the repository at this point in the history
Bug: Fixed the margin in favorite posts page successfully issue 415
  • Loading branch information
akbatra567 authored Jul 12, 2024
2 parents 29efe50 + 8444793 commit 9f43667
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 9f43667

Please sign in to comment.