potpiedigital / beckybosshart.com

The website of Rebecca Bosshart, author, journalist, teacher, redhead.
MIT License
0 stars 0 forks source link

Clean up unused markup #8

Closed mysterycommand closed 8 years ago

mysterycommand commented 8 years ago

Looks like there's some markup that we don't really need anymore. The spans inside the h6s. The div.infos. Let's have as little markup as possible.

Purple906 commented 8 years ago

removed the span tags, but the info class on the div's set the margins so everything is indented like in the spec sheet ... are we aligning everything on the left now?

mysterycommand commented 8 years ago

Just put margin: 0 auto; width: 80%; on the section elements.

mysterycommand commented 8 years ago

This is fixed in #12 … sorry it's so noisy, I "prettified" your HTML which is why there's so many big chunks of green/red that basically look the same.