fix featured image not showing in latest pen post
for some reason images with the portrait class weren't displaying. they don't have display:none set on them. Might be caused by width of container
This commit is contained in:
parent
40f0d31d25
commit
10c020de56
@ -329,10 +329,10 @@ body > iframe {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portrait .h-entry img {
|
||||
/* .portrait .h-entry img {
|
||||
max-width: unset;
|
||||
width: unset;
|
||||
}
|
||||
} */
|
||||
|
||||
.header-metadata .dt-published {
|
||||
padding: 0.5em 1.2em 0.5em 1.2em;
|
||||
@ -444,7 +444,7 @@ footer.post-footer {
|
||||
}
|
||||
|
||||
.network .p-summary.portrait {
|
||||
flex-direction: row;
|
||||
/* flex-direction: row; */
|
||||
}
|
||||
|
||||
.network .p-summary.landscape {
|
||||
@ -578,7 +578,11 @@ div.network-source {
|
||||
}
|
||||
|
||||
.pen .p-summary.portrait {
|
||||
flex-direction: row;
|
||||
/* flex-direction: row; */
|
||||
/*
|
||||
* for some reason images on specific posts aren't appearing with the portrait class
|
||||
*/
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.pen .p-summary.landscape {
|
||||
|
Loading…
Reference in New Issue
Block a user