-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #520 from jeevika17/sendButton
Send button is aligned
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -629,7 +629,7 @@ <h5 class="mb-0"> [email protected]</h5> | |
</div> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s"> | ||
<div class="bg-light rounded p-5"> | ||
<p class="d-inline-block border rounded-pill py-1 px-4 " style="color: #000;">Contact Us</p> | ||
<p class="d-inline-block border rounded-pill py-1 px-4 " style="color: #000;">Contact Us</p> | ||
<h1 class="mb-4">Have Any Query? Please Contact Us!</h1> | ||
|
||
<form> | ||
|
@@ -677,7 +677,7 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1> | |
<label for="message">Message</label> | ||
</div> | ||
</div> | ||
<div class="col-12"> | ||
<div class="col-12 d-flex justify-content-center"> | ||
<button class="btn btn-primary w-100 py-3" id="contact">Send | ||
Message</button> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -664,6 +664,9 @@ body.night .mb-4{ | |
padding-top: 4px; | ||
} | ||
|
||
.w-50 { | ||
width: 50%; /* Adjust the width as necessary */ | ||
} | ||
|
||
|
||
|
||
|