Skip to content

Commit

Permalink
Implemented responsive design for approval letter in resource
Browse files Browse the repository at this point in the history
  • Loading branch information
soumya-maheshwari committed Mar 25, 2024
1 parent 4cea768 commit 5e99086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Resource/ResourceDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function ResourceDetails(props: { id: string }) {
const ApprovalLetter = (data: any) => {
return (
<div id="section-to-print" className="print bg-white">
<div className="mx-20 p-4">
<div className="mx-4 p-2 lg:mx-20 ">
<div className="mt-6 text-center text-xl font-bold">
APPROVAL LETTER
</div>
Expand Down

0 comments on commit 5e99086

Please sign in to comment.