S
S
Slava2016-08-01 11:26:13
Fonts
Slava, 2016-08-01 11:26:13

How to add new breakpoints in bootstrap?

How to add new breakpoints in bootstrap sas • xl: =<1400px (custom)
• lg: 1399px - 1201px (standard) • md: 1200px - 992px (standard) • sm: 991px - 768px (standard) • xs: 767px - 481px (standard) xxs: =>480px (custom)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Khokhlov, 2016-08-01
@loream_ipsum

Fix Variables

$grid-breakpoints: (
  xs: 0,
  sm: 768px,
  md: 980px,
  lg: 1200px
) !default;

$container-max-widths: (
  xs: 480px,
  sm: 720px,
  md: 960px,
  lg: 1140px
) !default;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question