-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
@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); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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/
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. |
Sorry @FredKSchott , Ill do that from now on |
Here as the amended changes to the original PR #76 ,
Please advise further if there is anything else that might need fixing,
Thanks =)