Minor adjustments

This commit is contained in:
Godwin
2014-07-13 17:23:28 -06:00
parent 14792c14f3
commit 62b0bea131
15 changed files with 145 additions and 57 deletions
+36 -11
View File
@@ -255,6 +255,11 @@ body {
+ #content {
padding-top: 4em;
}
.conferences.page-style-article & {
min-height: 40em;
min-height: 50vh;
}
}
}
@@ -293,7 +298,7 @@ main {
padding: 4em;
clear: right;
.organizations-show & {
.organizations.page-style-article & {
min-height: 25em;
min-height: 50vh;
}
@@ -311,6 +316,10 @@ main {
h1, h2 {
color: inherit;
a {
color: inherit;
}
}
.row {
@@ -400,7 +409,7 @@ main {
}
}
.organizations-show & {
.organizations.page-style-article & {
h1 {
line-height: 0.9em;
margin-bottom: 0.5em;
@@ -411,13 +420,17 @@ main {
}
}
.conferences-show & {
.conferences.page-style-article & {
.columns.banner {
//height: 75%;
padding-bottom: 1em;
figure {
margin-left: 0;
margin: 2em 0 0;
img {
box-shadow: 0 0 2em $black;
}
}
}
}
@@ -440,7 +453,7 @@ main {
.has-banner-image & {
min-height: 40em;
height: 100%;
height: 100vh;
min-height: 100vh;
}
.page-style-article & {
@@ -524,15 +537,27 @@ main {
height: 50vh;
}
.conferences-show & {
.columns.banner {
height: 75%;
}
}
.row .align-bottom {
height: 50%;
}
.conferences.page-style-article & {
height: auto;
padding-bottom: 2em;
.align-bottom > div {
margin-bottom: 0;
}
.columns.banner {
//height: 75%;
padding-bottom: 0;
}
.row .align-bottom {
height: auto;
}
}
}
}