removed unnecessary br's

This commit is contained in:
june 2025-03-02 23:32:03 +13:00
parent e6c266714c
commit c8491e575b
Signed by untrusted user who does not match committer: breadone
GPG Key ID: FDC19FE143200483

View File

@ -9,8 +9,8 @@
<div class="flex justify-between" id="header"> <div class="flex justify-between" id="header">
<div id="contact-details" class="flex flex-col text-sm justify-start"> <div id="contact-details" class="flex flex-col text-sm justify-start">
<p>Auckland, NZ</p> <br> <p>Auckland, NZ</p>
<p>+64 0224772398</p><br> <p>+64 0224772398</p>
<p>pradyun.setti@icloud.com</p> <p>pradyun.setti@icloud.com</p>
</div> </div>