2

Is there any way to change the default flex breakpoint dimensions (xs, sm, md, lg) from 600px, 960px, etc?

For example, instead of 600px I want to use 740px.

Splaktar
  • 5,506
  • 5
  • 43
  • 74
ngDeveloper
  • 1,304
  • 2
  • 16
  • 34
  • You can't, you probably have to write your own CSS for that. You might be able to re-use the angular-material-layout.(s)css – kuhnroyal Feb 15 '16 at 16:09

1 Answers1

1
  1. You can create your own breakpoints, edit the existing ones, like here on github
  2. Or look at this post to create css specific breakpoints.
Community
  • 1
  • 1