mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Issue 640 container min-height setting up id
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
= render :partial => "layouts/header"
|
||||
= render :partial => "layouts/crowdfunding"
|
||||
|
||||
.container
|
||||
.container #maincontainer
|
||||
.row
|
||||
.col-md-12
|
||||
- if content_for?(:title)
|
||||
|
||||
Reference in New Issue
Block a user