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

Add some Responsive CSS sugar #83

Closed
andypiper opened this issue Feb 14, 2013 · 8 comments · Fixed by #85
Closed

Add some Responsive CSS sugar #83

andypiper opened this issue Feb 14, 2013 · 8 comments · Fixed by #85

Comments

@andypiper
Copy link
Member

Although the site is readable and renders fine on a smaller screen, it would be nice to see it use responsive techniques to flow to a phone or tablet screen more smoothly. In particular e.g. the 3 column support list layout might want to collapse down to one, and we could use more friendly font sizes for smaller screens.

@cbetta
Copy link
Member

cbetta commented Mar 7, 2013

👍 Will see if I have time some day

@danielknell
Copy link
Member

it collapses to a single list for me already… maybe the break points in the wrong place.

@cbetta
Copy link
Member

cbetta commented Mar 7, 2013

You are right, it does already. @andypiper is this still an issue for you on your device(s)?

@andypiper
Copy link
Member Author

Load on mobile safari (say iPhone). It loads in desktop format ie one central column, lots of white space either side, small text (yes I can double tap to zoom but why should I have to?) and the supporters list in 3 columns. Maybe it does collapse if you resize browser window but viewport and font size are not set appropriately for mobile screen sizes.

@cbetta
Copy link
Member

cbetta commented Mar 7, 2013

Ah, it needs a viewport size added on mobile @danielknell

@BPScott
Copy link

BPScott commented Mar 7, 2013

I think this in the head should do the trick:

<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

@danielknell
Copy link
Member

pull request welcome :)

@andypiper
Copy link
Member Author

Sent - tested locally and works a treat. Thanks.

@cbetta cbetta closed this as completed Mar 7, 2013
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

Successfully merging a pull request may close this issue.

4 participants