Center contact form div

This commit is contained in:
rebuilt 2022-11-07 17:50:51 -08:00
parent f8c91add3e
commit 58ebe4df1a
2 changed files with 20 additions and 17 deletions

View file

@ -35,9 +35,12 @@
</div>
</section>
<!-- Message confirmation-->
<%= render partial: 'layouts/message_confirmation' %>
<!-- Contact section-->
<%# <%= link_to "Contact Form", new_contact_path %1> %>
<%= render partial: "contacts/contact_form" %>
<div class="row">
<section class="col-md-2 mx-auto">
<!-- Message confirmation-->
<%= render partial: 'layouts/message_confirmation' %>
<%= render partial: "contacts/contact_form" %>
</section>
</div>