Skip to content

Commit

Permalink
Update Policy.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zalabhavy authored Jul 12, 2024
1 parent e02e6f3 commit 87d00e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/Policy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Policy() {
}, [location]);

return (
<div className="w-full text-[#000435] bg-white dark:text-white dark:bg-[#000435] py-16 px-4 ">
<div className="w-full text-[#000435] bg-white dark:text-white dark:bg-[#000435] py-16 px-4 lg:px-16 mx-auto">
<div className="flex flex-col items-start">
<div className="flex items-center mb-8 w-full">
<div className="flex flex-col">
Expand Down Expand Up @@ -133,4 +133,4 @@ function Policy() {
);
}

export default Policy;
export default Policy;

0 comments on commit 87d00e7

Please sign in to comment.