1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

(fixed): contact form alert and send button marginal spacing jump

This commit is contained in:
2023-12-15 01:10:28 +05:30
parent 02505fb36a
commit f2dcf12faa
2 changed files with 6 additions and 2 deletions

View File

@@ -933,6 +933,10 @@ video {
margin-top: 8rem; margin-top: 8rem;
} }
.mt-4 {
margin-top: 1rem;
}
.mt-5 { .mt-5 {
margin-top: 1.25rem; margin-top: 1.25rem;
} }

View File

@@ -104,8 +104,8 @@ require 'core/query_functions.php';
<div class="captchacont w-full"> <div class="captchacont w-full">
<div id="recaptcha" class="g-recaptcha w-full h-fit transform scale-[0.70] origin-left" data-sitekey="6Lfq2SspAAAAADDI2jvOiZ2snM_H0JENRK8vajoX" data-theme="dark"></div> <div id="recaptcha" class="g-recaptcha w-full h-fit transform scale-[0.70] origin-left" data-sitekey="6Lfq2SspAAAAADDI2jvOiZ2snM_H0JENRK8vajoX" data-theme="dark"></div>
</div> </div>
<div id="contactAlert" class="w-full mb-4"></div> <div id="contactAlert" class="w-full"></div>
<div class="contactsubmit w-full"> <div class="contactsubmit w-full mt-4">
<button id="contactSendButton" type="submit" class="bg-accent_primary rounded-full py-2 px-6 text-bg_primary font-bold hover:shadow-lg hover:shadow-accent_secondary_transparent hover:bg-accent_secondary hover:rounded-lg transition transform duration-500">SEND <i class="fa-regular fa-paper-plane ml-2"></i></button> <button id="contactSendButton" type="submit" class="bg-accent_primary rounded-full py-2 px-6 text-bg_primary font-bold hover:shadow-lg hover:shadow-accent_secondary_transparent hover:bg-accent_secondary hover:rounded-lg transition transform duration-500">SEND <i class="fa-regular fa-paper-plane ml-2"></i></button>
</div> </div>
</form> </form>