fix summary section covered by title in publication when there is no cover

This commit is contained in:
bkfox 2016-12-31 17:18:17 +01:00
parent 553d572af5
commit 3ec7137dce

View File

@ -115,6 +115,10 @@ main.detail {
background-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);
} }
main.detail > header h1.title + section {
margin-top: 2em;
}
main.detail > header img.cover { main.detail > header img.cover {
/*width: 70%;*/ /*width: 70%;*/
width: 100%; width: 100%;