change margins

This commit is contained in:
Pritimay Sarkar
2023-08-06 15:34:59 +05:30
parent 5af8197664
commit d35510d39a

View File

@@ -140,17 +140,17 @@
</div> </div>
<div <div
style="margin: 50px; width: 88%; display: flex; flex-direction: row; justify-content: space-between; align-items: center;"> style="margin: 100px 10px 20px 50px; width: 88%; display: flex; flex-direction: row; justify-content: space-between; align-items: center;">
<div style="margin: 5px;">DATE:</div> <div style="margin: 5px;">DATE:</div>
<div style="margin: 5px;">Hematologist</div> <div style="margin: 5px;">Hematologist</div>
</div> </div>
<div style="margin: 10px;"> <div style="margin: 30px;">
This report is for the perusal of doctor only. Not for medico legal cases. Clinical correlation is This report is for the perusal of doctor only. Not for medico legal cases. Clinical correlation is
essential. essential.
Please contact us in case of unexpected result. Please contact us in case of unexpected result.
</div> </div>
<div style="height: 2px;width: 98%; background-color: black;"> </div> <div style="height: 3px;width: 98%; background-color: black;"> </div>
</div> </div>
</body> </body>