aealmeida / aealmeida.github.com

0 stars 0 forks source link

Remove text align center from body #8

Closed acacheung closed 8 years ago

acacheung commented 8 years ago

https://github.com/aealmeida/aealmeida.github.com/blob/master/dobot/style.css#L5

Most things are not center aligned so it doesn't make sense to align everything center on body. this will allow you to remove the left align declaration on #page-wrap (you should not be styling with ID's by the way: http://csswizardry.com/2011/09/when-using-ids-can-be-a-pain-in-the-class/. Even though this isn't a larger scale project, it's a good habit to get in to)

acacheung commented 8 years ago

Issue still outstanding