Skip to content

Commit

Permalink
photo resize and changed some style
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencely committed Oct 9, 2014
1 parent af13f6b commit 9167f0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,23 @@ body {
background-color : transparent;

}
.category-words h3 {
color: navy;
}

.home-page-words {
background-color : transparent;
color: white;
text-align: center;
margin-top: 200px;
margin-top: 130px;
font-size: 100%;
}
.home-page-words h1 {
font-size: 200px;
}
.home-page-words h4 {
font-size: 30px;
}

p {
color: white;
}
Expand Down
2 changes: 2 additions & 0 deletions app/views/categories/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<div class="Category_form">
<h3>Current Categories</h3>
<div class="task-group well well-lg">
<div class="category-words">
<% @current_user.categories.each do |category| %>
<h3><em><%= category.heading %><em></h3>
<% end %>
</div>
</div>


<%= form_for(:category, :url => {:controller => 'categories', :action => 'create'}) do |f| %>
Expand Down

0 comments on commit 9167f0c

Please sign in to comment.