mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(fixed): contact form alert and send button marginal spacing jump
This commit is contained in:
@@ -933,6 +933,10 @@ video {
|
||||
margin-top: 8rem;
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mt-5 {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
@@ -104,8 +104,8 @@ require 'core/query_functions.php';
|
||||
<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>
|
||||
<div id="contactAlert" class="w-full mb-4"></div>
|
||||
<div class="contactsubmit w-full">
|
||||
<div id="contactAlert" class="w-full"></div>
|
||||
<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>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user