diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 384123f..1fa9d9c 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -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 {