Compare commits

..

No commits in common. "2ad8516c93eee9cd52a167e1612ce1d8bfe9e299" and "3dd24388c1a552e9b1fe976a5905d19ce3064269" have entirely different histories.

1 changed files with 4 additions and 8 deletions

View File

@ -329,10 +329,10 @@ body > iframe {
width: 100%; width: 100%;
} }
/* .portrait .h-entry img { .portrait .h-entry img {
max-width: unset; max-width: unset;
width: unset; width: unset;
} */ }
.header-metadata .dt-published { .header-metadata .dt-published {
padding: 0.5em 1.2em 0.5em 1.2em; padding: 0.5em 1.2em 0.5em 1.2em;
@ -444,7 +444,7 @@ footer.post-footer {
} }
.network .p-summary.portrait { .network .p-summary.portrait {
/* flex-direction: row; */ flex-direction: row;
} }
.network .p-summary.landscape { .network .p-summary.landscape {
@ -578,11 +578,7 @@ div.network-source {
} }
.pen .p-summary.portrait { .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 { .pen .p-summary.landscape {