fix summary section covered by title in publication when there is no cover
This commit is contained in:
parent
553d572af5
commit
3ec7137dce
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user