Update layout of episode summary information.

This commit is contained in:
2023-04-02 08:53:07 -04:00
parent 1c94855de2
commit a2863e5d84
2 changed files with 9 additions and 6 deletions

View File

@@ -248,6 +248,11 @@ pre.comment {
line-height: 1.2rem;
}
h3.title { margin: 1.25rem 0 0.75rem 0 }
p.meta { margin: 0.25rem 0 }
p.summary { margin: 0.25rem 0 }
p.listen-in { margin-top: 0 }
@media only screen and (max-width: 680px) {
#container {width: 95%;}
img#hprlogo {float: left; max-width: 85px; padding: .35em;}