Skip to content

Commit

Permalink
Merge pull request #490 from MeetDOD/issue-486
Browse files Browse the repository at this point in the history
Bug: Fixed the extra margin between policy page and navbar successfully issue 486
  • Loading branch information
akbatra567 authored Jul 24, 2024
2 parents ad2bc37 + 78cf229 commit 5618b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-[#1A202C] bg-gradient-animated dark:text-gray-200 dark:bg-[#1A202C] py-16 px-4" style={{ fontFamily: 'Roboto, sans-serif' }}>
<div className="-mt-4 w-full text-[#1A202C] bg-gradient-animated dark:text-gray-200 dark:bg-[#1A202C] py-16 px-4" style={{ fontFamily: 'Roboto, sans-serif' }}>
<div className="max-w-7xl mx-auto space-y-12">
<div className="bg-white dark:bg-gray-800 p-8 rounded-lg shadow-md transition-transform duration-300 hover:shadow-lg transform hover:scale-105">
<div className="flex flex-col md:flex-row items-start space-y-4 md:space-y-0 md:space-x-8 mb-8">
Expand Down

0 comments on commit 5618b34

Please sign in to comment.