jeremypbeasley / realescape

Website for REST at http://iwantrest.com
1 stars 0 forks source link

Text Styles #29

Closed jennminerva closed 7 years ago

jennminerva commented 7 years ago

Styled text for default.html and blog.html. Blog Index looks like the h1 size is quite large, but that may be the design, so I didn't mess with it, as I wasn't asked to.

Also, I changed the margins on .BlogContainer img so that they wouldn't be offset. I put it in a separate commit in case that was intentional and you wanted to undo it.

jeremypbeasley commented 7 years ago

One of the things to consider is if on the default layout, we even forced the title into a spot or leave it to the author to determine if it's appropriate to begin with a big H1 title or something else.

This also gets us out of having to downscale .postContent styles from other styles. In other words, an H1 in a post is the same size and treatment as an an H1 on, say, the home page.

jennminerva commented 7 years ago

@jeremypbeasley, pretty sure I got everything fixed in the footer.

Removing the <h2> from the title of default markdown files made it look wonky and broken, so I restored it. Let me know if you'd rather me do something else.

jeremypbeasley commented 7 years ago

I had to do a pretty major refactor here and due to conflicts, ported over to another PR here: https://github.com/jeremypbeasley/realescape/pull/32