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

Rewrite CSS with proper grid system #42

Open
jonashaag opened this issue Jan 3, 2013 · 0 comments
Open

Rewrite CSS with proper grid system #42

jonashaag opened this issue Jan 3, 2013 · 0 comments

Comments

@jonashaag
Copy link
Owner

Currently the CSS is written with percentage sizes for containers and fonts (e.g. font-size: 60%, width: 72%, ...). This works well except for margin, padding, top, right, ... since they are always based on the width of the page -- even margin-top and top are calculated based on the width. Also, font-size does not change with the screen size.

Rewrite the CSS using pixels as unit for all sizes, based on a proper grid system. Maybe even some responsive one to make klaus work well with mobile/small-screen devices.

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