wycats / cargo-website

8 stars 18 forks source link

responsive for mobile users #20

Closed sinistersnare closed 10 years ago

sinistersnare commented 10 years ago

Hey, I use mobile a lot, and this site would be better if it used relative width instead of a fixed width design.

Any ideas on other small changes? Not much of a CSS guy, but I wanted this done, so I did it...

Thanks!

steveklabnik commented 10 years ago

I don't think this is the right way to fix this problem. You don't want text to go much wider than a certain size for readability purposes. On a 30' monitor, it'd be unreadable.

That said, I'm not sure what the best way to fix this is, outside of media queries?

sinistersnare commented 10 years ago

Thats a good point. Well, I am not a CSS guy, I just wanted to bring this up, because I go on mobile a lot, and non-mobile friendly sites make me sad.

steveklabnik commented 10 years ago

Yes! It's certainly an issue.

steveklabnik commented 10 years ago

I think https://github.com/wycats/cargo-website/pull/18 solves this problem better, actually. Check it out!

wycats commented 10 years ago

Merged #18