laraveltherightway / laraveltherightway.github.io

Laravel Best Practices (previously Laravel The Right Way)
http://www.laravelbestpractices.com/
Other
301 stars 102 forks source link

Suggestion: Make content more readable? #42

Closed DanJFletcher closed 5 years ago

DanJFletcher commented 8 years ago

Just came across this resource now - Pretty handy reference.

Right away though, I was compelled to open the inspector and override default styles just so I could read the content.

Suggestion:

.site-content{
    padding: 20px 40px 40px 320px;
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
    font-size: 125%;
    line-height: 135%;
}
buonzz commented 7 years ago

thank you for pointing this out, will definitely apply this soon :)

buonzz commented 5 years ago

it took a while.. but better late than never..