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

Make layout responsive #6

Closed
cornelius opened this issue Sep 22, 2013 · 3 comments
Closed

Make layout responsive #6

cornelius opened this issue Sep 22, 2013 · 3 comments
Labels
Milestone

Comments

@cornelius
Copy link
Owner

The layout assumes a certain width right now. It should still render nicely without horizontal scrolling for smaller widths, e.g. on a tablet or on a phone.

@nanduni-nin
Copy link
Contributor

In order to make responsive layouts, I have several suggestions.
- Use frameworks like W3.CSS which is free to use and no license necessary.
- Set a meta view port tag, create a flexible layout / fluid grid, use media queries in CSS file
Do you have any better suggestion on this?

@cornelius
Copy link
Owner Author

The site is simple enough, so I would prefer to avoid pulling in a framework. By eliminating assumptions about the screen size and possibly introducing media queries it should be possible to make the site responsive.

@cornelius cornelius modified the milestone: 1.0 Feb 25, 2017
@cornelius
Copy link
Owner Author

Done, released, and published now.

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

No branches or pull requests

2 participants