Skip to content

Instantly share code, notes, and snippets.

@wwwpro
Created August 19, 2015 22:09
Show Gist options
  • Select an option

  • Save wwwpro/1e6f88a1737653c50e62 to your computer and use it in GitHub Desktop.

Select an option

Save wwwpro/1e6f88a1737653c50e62 to your computer and use it in GitHub Desktop.

Revisions

  1. wwwpro created this gist Aug 19, 2015.
    20 changes: 20 additions & 0 deletions bootv4
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    @media (max-width: 33.9em) {
    .hidden-xs-down {
    display: none !important;
    }
    }
    @media (max-width: 47.9em) {
    .hidden-sm-down {
    display: none !important;
    }
    }
    @media (max-width: 61.9em) {
    .hidden-md-down {
    display: none !important;
    }
    }
    @media (max-width: 74.9em) {
    .hidden-lg-down {
    display: none !important;
    }
    }