Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
increases min height for church page
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian /bdougie/ Douglas committed Dec 1, 2014
1 parent 5b17126 commit 38a0822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ p {
/* Church Content */

.church-content {
min-height: 320px;
min-height: 350px;
}

/* Header */
Expand Down
3 changes: 0 additions & 3 deletions app/views/churches/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<div class="intro">
<%= render "layouts/header" %>
</div>
<div class="container">

<h1><%= @church.name %></h1>
Expand Down

0 comments on commit 38a0822

Please sign in to comment.