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

Responsive layout #91

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Responsive layout #91

wants to merge 5 commits into from

Conversation

simison
Copy link

@simison simison commented Oct 16, 2014

Hey! I just edited boilerplate to work in mobile for our project.

  • Add $wrapper_width to variables
  • Breakpoint for pad screens narrower than $wrapper_width
  • Breakpoint for mobile screens narrower than $mobile_breakpoint
  • Always embed Videos inside iframe and make video size responsive
    (snippet borrowed from Bootstrap, see responsive_embed.css.scss)
  • Switch to html5 and add viewport tag.
  • Add support for css media queries/html5 for older IE

Please test esp. IE, I'm not sure what's your IE8 stresshold... Lemme know if something looks odd, thanks!

- Add $wrapper_width to variables
- Breakpoint for pad screens narrower than $wrapper_width
- Breakpoint for mobile screens narrower than $mobile_breakpoint
- Always embed Videos inside iframe and make video size responsive
(snipped borrowed from Bootstrap, see responsive_embed.css.scss)
- Switch to html5 and add viewport tag.
- Add support for css media queries/html5 for older IE
@heitortsergent
Copy link

Thanks for this @simison!

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 this pull request may close these issues.

2 participants