Minor adjustments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user