Visual edits. Add triangular shape to headers on all pages

This commit is contained in:
rebuilt 2023-01-11 16:54:51 -08:00
parent bede13b983
commit b62e3eb0ca
7 changed files with 68 additions and 114 deletions

View file

@ -3,7 +3,7 @@
<h1>Contact Form</h1>
</div>
<%= form_for @contact, url: home_index_path, method: :create, data: { turbo: false } do |f| %>
<hr class="color-secondary" />
<hr class="color-dark-blue" />
<div class="form-group">
<%= f.label :name %></br>
<%= f.text_field :name, required: true, class: "form-control" %></br>