tunapanda / funzo-app

Cordova app running ember and h5p
2 stars 3 forks source link

Word spacing off #59

Closed jaylarson85 closed 6 years ago

jaylarson85 commented 8 years ago

The justification and narrow columns mean lots of spaces. Maybe decrease the width from the edges in mobile mode?

Jakeii commented 8 years ago

On small displays it does look odd with the large gaps, but to keep that book page feel we should keep it justified (and it looks stranger to me left aligned). We can add hyphens with something like http://mnater.github.io/Hyphenator/ to reduce the gaps. (edit: I see you used the hypens css property for the links fix but the app uses webkit/blink so unfortunately it won't work there)

Also we could have the page margins use css vw and vh unit to make them proportional to the viewport size, which will increase space for text.

Jakeii commented 8 years ago

We will leave this for the first version, as the ebook in the kindle store isn't hyphenated.