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

How do I adjust for second tables with smaller resolution ? #128

Closed
johntdyer opened this issue Nov 11, 2022 · 3 comments
Closed

How do I adjust for second tables with smaller resolution ? #128

johntdyer opened this issue Nov 11, 2022 · 3 comments

Comments

@johntdyer
Copy link

So I have a fire 10 and a fire 7. The fire 10 looks amazing , love it... but its a bit oversized for the fire 7 and I am wondering how to scale it... your jedi-fu is so strong I am not sure where to begin,... I assume I can use useragent to gate the logic, I'm just not sure where I might "compress" it to support multiple resolutions?

@matt8707
Copy link
Owner

@matt8707
Copy link
Owner

with that you can match device width and set a different padding

also here for grid titles

@media screen and (max-width: 1200px) {

@johntdyer
Copy link
Author

Thanks

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

No branches or pull requests

2 participants