Files
display-featured-image-genesis/includes/css/display-featured-image-genesis.css
T

38 lines
522 B
CSS

.has-leader .site-inner {
margin-top: 0;
padding-top: 0;
}
.big-leader {
max-height: 700px;
}
.big-leader .wrap {
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.big-leader .entry-title.featured-image-overlay {
color: #fff;
position: relative;
text-align: center;
}
.big-leader .entry-header,
.big-leader .archive-description {
background: rgba(255,255,255,.85);
color: #333;
margin-bottom: 24px;
padding: 24px;
}
.big-leader p:last-child {
margin-bottom: 0;
}
img.featured {
max-width: 100%;
}