Skip to content

Instantly share code, notes, and snippets.

@nowy10
Forked from janily/Breakpoints
Created July 11, 2019 18:37
Show Gist options
  • Save nowy10/4f331220adc0562d29dba5d0a84e36e1 to your computer and use it in GitHub Desktop.
Save nowy10/4f331220adc0562d29dba5d0a84e36e1 to your computer and use it in GitHub Desktop.

Revisions

  1. @janily janily created this gist Jan 16, 2014.
    6 changes: 6 additions & 0 deletions Breakpoints
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    @media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
    @media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ }
    @media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
    @media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
    @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
    @media (min-width:1281px) { /* hi-res laptops and desktops */ }