Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1415091

    dpasker
    Participant

    what width values are used for the media queries for each of the 5 device screen widths?

    #1415145

    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    The default media query breakpoints for X:

    // Responsive Breakpoints
    // =============================================================================
    
    Small:          480px  !default;
    Medium:         767px  !default;
    MediumLarge:    979px  !default; // (+1 = default desktop)
    Large:          1200px !default;

    Let us know if this has been helpful to you.