Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
TMuthulakshmi committed Jan 3, 2023
1 parent d82540d commit fff9a4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/Views/site/contactus/index.php
Expand Up @@ -21,20 +21,20 @@
<form method="post" action="" id="form" autocomplete="off">
<div class="mb-4 col-md-8">
<label class="form-label">Enter Name</label>
<input type="text" name="name" class="form-control col-md-12 contact-input" placeholder="Enter name"/>
<input type="text" name="name" class="form-control col-md-12 contact-input contact_frm" placeholder="Enter name"/>
</div>
<div class="mb-4 col-md-8">
<label class="form-label">Enter Email</label>
<input type="email" name="email" class="form-control col-md-4 contact-input" placeholder="Enter Email"/>
<input type="email" name="email" class="form-control col-md-4 contact-input contact_frm" placeholder="Enter Email"/>
</div>
<div class="mb-4 col-md-8">
<label class="form-label">Enter Subject</label>
<input type="text" name="subject" class="form-control col-md-4 contact-input" placeholder="Enter Subject"
<input type="text" name="subject" class="form-control col-md-4 contact-input contact_frm" placeholder="Enter Subject"
/>
</div>
<div class="mb-4 col-md-8">
<label class="form-label">Your Message</label>
<textarea name="message" class="form-control col-md-4 contact-input" placeholder="Enter message here"></textarea>
<textarea name="message" class="form-control col-md-4 contact-input contact_frm" placeholder="Enter message here"></textarea>
</div>
<div class="mb-4 col-md-8">
<button type="submit" class="contact-submit form-control">Send</button>
Expand Down
2 changes: 1 addition & 1 deletion assets/site/css/style.css
Expand Up @@ -5893,7 +5893,7 @@ div#calendar .fc-button-group button {
align-items: center;
max-width: 100%;
}
.maxWidth .row .form-control {
.maxWidth .row .contact_frm {
width: 507px;
}

Expand Down

0 comments on commit fff9a4a

Please sign in to comment.