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

Various fixes from lighthouse suggestions #2254

Merged
merged 5 commits into from
Apr 23, 2021
Merged

Conversation

ConnorSheremeta
Copy link
Contributor

Now pre-loading main FA fonts, increased link spacing on mobile, and ordered the header tags in a more accessible way.

@@ -25,6 +25,14 @@ body {
}
}

// Increase footer link spacing on mobile to improve usability and seo.
Copy link
Contributor

Choose a reason for hiding this comment

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

You can probably do this all within bootstrap via these utilities classes: https://getbootstrap.com/docs/4.6/utilities/spacing/

So if you want top/bottom padding of around 3px for small devices you can just add the following class to these items:

py-sm-1

(it will actually be 4px instead of 3px, but doubt that makes any difference)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Neat, those bootstrap classes are very versatile!

Copy link
Contributor

@murny murny left a comment

Choose a reason for hiding this comment

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

Nice work. LGTM 👍

@ualbertalib-bot
Copy link

1 Warning
⚠️ This CHANGELOG entry seems quite short. Reviewers, please check that it contains enough information, and request expansion if it seems unreasonably brief.

Generated by 🚫 Danger

@ConnorSheremeta ConnorSheremeta merged commit 5479c24 into master Apr 23, 2021
@ConnorSheremeta ConnorSheremeta deleted the cds/lighthouse-fixes branch April 23, 2021 19:08
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.

3 participants