mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
37 lines
500 B
CSS
37 lines
500 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 p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
img.featured {
|
|
max-width: 100%;
|
|
}
|