(04-15-2014, 05:53 AM)worktycho Wrote: At least it's now center aligned rather than floating off to the left. I'll see if I can make the list double up on large screens.
Everything was fine before it moved to GitHub I dunno why it was changed.
I 'fixed' it to my liking by setting
Code:
.main { max-width: 1000px; }
and
.sourcebox { margin-left: 50px !important; margin-right: 50px !important; }
Indenting is good, but it shouldn't be centered, it looks bad.
Also the site shouldn't be the width of the browser but slightly less than that (1000px? Maybe even narrower) which does look nice.