javiereguiluz / easybook

Book publishing as easy as it should be (built with Symfony components)
https://easycorp.io/EasyBook
Other
754 stars 81 forks source link

When the title is a bit long, it spreads over multiple page #153

Closed ploum closed 1 year ago

ploum commented 10 years ago

With a title longer than a couple of word, in the print version, the title is spread over multiple pages.

Instead, the size should be reduced. Or, at least, there should be an option to reduce the size of the title font.

sgomez commented 10 years ago

You can change the font size defining a style.css for your book, like this:

.item.cover h1 {
 font-size: 20px;
}
ploum commented 10 years ago

I missed that, thanks !

Lionel

2014-07-17 18:38 GMT+02:00 Sergio Gómez notifications@github.com:

You can change the font size defining a style.css for your book, like this:

.item.cover h1 { font-size: 20px;}

— Reply to this email directly or view it on GitHub https://github.com/javiereguiluz/easybook/issues/153#issuecomment-49331877 .