Skip to content

fholmqvist/Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable.

Adds basic CSS for readability to websites that lack it.

Sets max width, centers body and adds breathing room so that you don't have to turn or tilt your head to read.

Specifically:

document.body.style.maxWidth = "50em";
document.body.style.padding = "2em 0em";
document.body.style.margin = "0 auto";
document.body.style.lineHeight = "1.5";

About

Makes minimalist HTML sites more readable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published