aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_media-queries.css
blob: 872aef214e0dbb13ff888225c330d268bbdf2d24 (plain)
1
2
3
4
5
@custom-media --breakpoint-not-small screen and (min-width: 40em);

@custom-media --breakpoint-medium screen and (min-width: 50em);

@custom-media --breakpoint-large screen and (min-width: 60em);