Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font size and spacing tweaks #68

Merged
merged 3 commits into from
Sep 11, 2014
Merged

Font size and spacing tweaks #68

merged 3 commits into from
Sep 11, 2014

Conversation

Ortham
Copy link
Contributor

@Ortham Ortham commented Sep 11, 2014

A possible fix for #59. Two differences which I'll point out are that there is now more white space above post titles, and the heading sizes on mobile-sized screens have changed a bit.

Have a go with it though, and see if you like the changes.

I didn't add any new overrides for basscss.css definitions, just changed
the existing ones. All changes made are calculated to have no visible
effect at the current font sizes.
@johno
Copy link
Owner

johno commented Sep 11, 2014

@WrinklyNinja is this the sizing/spacing you have on https://wrinklyninja.github.io/ ?

font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 900;
margin-top: 1rem;
line-height: 1.2;
margin: 1.414em 0 0.5em;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this line is missing a value: 1.414em 0 .5em 0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either is valid: with 3 values, they correspond to top horizontal bottom. (From MDN)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL!

johno added a commit that referenced this pull request Sep 11, 2014
@johno johno merged commit 9cc1ff1 into johno:master Sep 11, 2014
@Ortham Ortham deleted the font-size branch September 12, 2014 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants