1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-29 16:31:23 +02:00

Make images' width in EPUB and HTML 80%

This commit is contained in:
Elisabeth Henry 2016-05-29 18:14:25 +02:00
parent 4dedde59a1
commit 8a135c9857

@ -72,6 +72,10 @@ h2.author {
width: 100%;
}
p img {
width: 80%;
}
.rule {
text-align: center;
margin-top: 1em;