diff --git a/static/css/main.css b/static/css/main.css index 561449d..c8fbff0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -275,6 +275,11 @@ footer.post-footer { .network .header-metadata .dt-published{ padding-left: 1.2em; min-width: 16ch; + border-bottom: 2px solid darkcyan; +} + +.network .filler { + min-height: 1rem; } .network .author.p-author { @@ -291,6 +296,9 @@ footer.post-footer { border-right: none; } +.network .summary-image > img { + display: inherit; +} .network .summary-text { font-size: 14px; }