mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
38 lines
522 B
CSS
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%;
|
|
}
|