Files
display-featured-image-genesis/includes/css/display-featured-image-genesis.css
T
2014-10-31 16:28:47 -04:00

41 lines
565 B
CSS

.has-leader .site-inner {
margin-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 .excerpt,
.big-leader .archive-description {
background: rgba(255,255,255,.85);
color: #333;
margin-bottom: 24px;
padding: 24px;
}
.big-leader .excerpt .entry-title {
margin-bottom: 0;
}
.big-leader p {
margin-bottom: 0;
margin-top: 18px;
}
img.featured {
max-width: 100%;
}