We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca1a18 commit f9cee9bCopy full SHA for f9cee9b
app/assets/stylesheets/contact.css.scss
@@ -16,6 +16,10 @@ h1#create {
16
margin-bottom: 60px;
17
}
18
19
+h3#make {
20
+ text-align: center;
21
+}
22
+
23
div.field {
24
margin-top: 20px;
25
margin-bottom: 20px;
app/views/contact/new.html.erb
@@ -1,6 +1,7 @@
1
2
<div id="form">
3
- <h1 id="create">Let's create!</h1>
+ <h1 id="create">Let's create together!</h1>
4
+ <h3 id='make'>Submit your contact information and project ideas and I will be sure to get back to you.</h3>
5
<%= form_for @contact do |f| %>
6
<div class="field">
7
<%= f.label :name %>
0 commit comments