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

Commits on Oct 16, 2014

  1. License year

    simison committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    f9f29cc View commit details
    Browse the repository at this point in the history
  2. Fix open <p>

    simison committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    f347da7 View commit details
    Browse the repository at this point in the history
  3. Responsive layout

    - 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
    simison committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    4ef82c9 View commit details
    Browse the repository at this point in the history
  4. Fix spacing at scss

    simison committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    c7f091d View commit details
    Browse the repository at this point in the history
  5. Clean <object> player away

    simison committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    d3bc0fa View commit details
    Browse the repository at this point in the history