Issue 640 container min-height setting up id

This commit is contained in:
Cesy Avon
2015-01-19 13:25:16 +00:00
parent ea5b340933
commit e7d3e4d6dd
2 changed files with 6 additions and 1 deletions

View File

@@ -216,6 +216,8 @@ li.crop-hierarchy {
margin: 40px 0px 0px 0px !important;
}
// footer
footer {
#contact, #about-growstuff, #policies {
text-align: left;
@@ -244,6 +246,9 @@ footer {
}
}
// weirdness around footer
#maincontainer {min-height: "90%";}
.crop-image, .member-image {
width: 100%;

View File

@@ -5,7 +5,7 @@
= render :partial => "layouts/header"
= render :partial => "layouts/crowdfunding"
.container
.container #maincontainer
.row
.col-md-12
- if content_for?(:title)