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

Adaptive template for pinaxproject.com #167

Open
marperia opened this issue Dec 12, 2021 · 0 comments
Open

Adaptive template for pinaxproject.com #167

marperia opened this issue Dec 12, 2021 · 0 comments

Comments

@marperia
Copy link

As of 2021, it's very unusual not to have a unadaptive design, and looks horrible:
Screenshot 2021-12-13 at 00-55-21 Pinax

It's really unusual that none of your CSS-files has a @media tag. So maybe we can just add some?
I think it would looks like something like this:
@media (min-width:320px) { .grid .grid-4 { width: 100%; } .grid .grid-2 { width: 50%; } }
And so on.

I can do it in my own, if you wish. Thanks for maintaining!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant