Skip to content

Commit f9cee9b

Browse files
committed
css
1 parent aca1a18 commit f9cee9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/assets/stylesheets/contact.css.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ h1#create {
1616
margin-bottom: 60px;
1717
}
1818

19+
h3#make {
20+
text-align: center;
21+
}
22+
1923
div.field {
2024
margin-top: 20px;
2125
margin-bottom: 20px;

app/views/contact/new.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
<div id="form">
3-
<h1 id="create">Let's create!</h1>
3+
<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>
45
<%= form_for @contact do |f| %>
56
<div class="field">
67
<%= f.label :name %>

0 commit comments

Comments
 (0)