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

Amendment's made to previous PR #77

Closed
wants to merge 6 commits into from
Closed

Amendment's made to previous PR #77

wants to merge 6 commits into from

Conversation

aFuzzyBear
Copy link
Contributor

Here as the amended changes to the original PR #76 ,

Please advise further if there is anything else that might need fixing,

Thanks =)

@vercel
Copy link

vercel bot commented Jul 14, 2021

@aFuzzyBear is attempting to deploy a commit to the Pika Team on Vercel.

A member of the Team first needs to authorize it.

@@ -4,27 +4,18 @@
}

:root {
--user-font-scale: 1rem - 16px;
--max-width: calc(100% - 2rem);
--user-font-scale: calc(1em+1vw);
Copy link
Member

Choose a reason for hiding this comment

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

@natemoo-re can you review these styling changes? Since you originally wrote them I'm not sure what this changes. @aFuzzyBear it would be great if you could add a comment (in this GH thread is fine) mentioning why these changes were needed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This wee liner is a bit of typography css trickary i had picked up to make the font-size responsive to the viewport, the em bit is the size of the letters as it bottoms out and the vw is the size of the letters respective to the viewport, It makes the typography alot more fluid and respective to the different viewports alot easier,

https://bits.theorem.co/css-pro-tips-responsive-font-sizes-and-when-to-use-which-units/
https://allthingssmitty.com/2016/12/05/flexible-type-using-root/

@FredKSchott
Copy link
Member

I think your branch is behind a bit, and some things have changed! Can you rebase off of main (or merge with main) to resolve conflicts, and then resubmit?

Alternatively, it could be good to break apart the "content" markdown changes from the CSS/code changes, into two separate PRs. It's easier to review and merge a markdown PR if there are no code changes.

@aFuzzyBear
Copy link
Contributor Author

Sorry @FredKSchott , Ill do that from now on

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.

2 participants