aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml
blob: 3c8cfe293c09599865775a15273e0c435e9fb7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- breakpoint: xs
  abbr: ""
  name: Extra small
  min-width: 0px
  container: ""

- breakpoint: sm
  abbr: -sm
  name: Small
  min-width: 576px
  container: 540px

- breakpoint: md
  abbr: -md
  name: Medium
  min-width: 768px
  container: 720px

- breakpoint: lg
  abbr: -lg
  name: Large
  min-width: 992px
  container: 960px

- breakpoint: xl
  abbr: -xl
  name: Extra large
  min-width: 1200px
  container: 1140px