Skip to content

Commit ba8fea0

Browse files
Merge pull request #69 from REACT-DEVELOPER-IBROKHIM/feat/added-in-tank-functionality
fix:adr margin top
2 parents 93c6070 + 7d0b3f8 commit ba8fea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: client/src/components/documents/adr/back/AdrCertificateBack.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react";
33
const AdrCertificateBack = ({ type, tank }) => {
44
return (
55
<div
6-
className={`w-[2480px] ${type !== "search" && "h-[3508px]"} flex justify-center`}
6+
className={`w-[2480px] ${type !== "search" && "h-[3508px]"} flex justify-center mt-[10px]`}
77
>
88
<div className="w-[1600px] h-[1000px] border-[6px] border-gray-400 mt-[10px] rounded-[50px] bg-wave bg-cover bg-no-repeat text-center px-[30px]">
99
<p className="text-[60px] mt-[30px]">VALID FOR CLASS(ES) OR UN NOS.:</p>

Diff for: client/src/components/documents/adr/front/AdrCertificate.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const AdrCertificateFront = ({ document, type }) => {
55
const { name, surname, to, birthDate, id, signature } = document;
66
return (
77
<div
8-
className={`w-[2480px] ${type !== "search" && "h-[3508px]"} flex justify-center`}
8+
className={`w-[2480px] ${type !== "search" && "h-[3508px]"} flex justify-center mt-[10px]`}
99
>
1010
<div className="w-[1600px] h-[1000px] border-[6px] border-gray-400 mt-[10px] rounded-[50px] bg-wave bg-cover bg-no-repeat text-center px-[30px]">
1111
<p className="text-[70px] mt-[30px]">ADR-DRIVER TRAINING CERTIFICATE</p>

0 commit comments

Comments
 (0)