Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-23 08:07:39 -04:00
parent 397748d38f
commit 543a7571be

View file

@ -6016,7 +6016,9 @@ label.panel-block {
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw; }
margin-right: -50vw;
max-height: 27rem;
overflow-y: hidden; }
.featured-image figure.image img {
width: 100%; }
@ -8223,17 +8225,16 @@ label.panel-block {
.main-section .group-header {
padding-top: 0; }
/* On node pages, drop the title over (where we want) the image (to be). */
.page--content-item .page-title {
/* On certain node pages, drop the title over (where we want) the image (to be). */
.page--content-item--article .page-title,
.page--content-item--blog .page-title,
.page--content-item--collection .page-title,
.page--content-item--people .page-title {
height: 0;
position: relative;
overflow: visible;
z-index: 10; }
/* If there's no featured image, leave enough blank space for the dropping down title. */
.content.no-featured-image {
margin-top: 6rem; }
.background-replacement-for-no-image {
height: 12rem;
background-color: cadetblue; }