37 lines
797 B
CSS
37 lines
797 B
CSS
.ast-related-post-featured-section .post-thumb-img-content + * .posted-on {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.ast-related-post-featured-section .posted-on {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 5.714285714em;
|
|
height: 5.714285714em;
|
|
padding: 0.7em;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
.ast-related-post-featured-section .posted-on .entry-date span {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.ast-related-post-featured-section .posted-on .date-month {
|
|
font-size: 0.8571428571em;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.ast-related-post-featured-section .posted-on .date-year {
|
|
font-size: 0.8571428571em;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.ast-related-post-featured-section .posted-on .date-day {
|
|
font-size: 2.5em;
|
|
line-height: .9em;
|
|
font-weight: 900;
|
|
margin: .1em 0;
|
|
}
|