ngDeveloper
ngDeveloper

Reputation: 1304

How to change breakpoints for flex sizes in angular-material?

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.

Upvotes: 2

Views: 1450

Answers (1)

John Wilson
John Wilson

Reputation: 41

  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.

Upvotes: 1

Related Questions