7 lines
261 B
CSS
7 lines
261 B
CSS
/* Custom media queries
|
|
========================================================================== */
|
|
|
|
@custom-media --viewport-small (min-width: 480px);
|
|
@custom-media --viewport-medium (min-width: 768px);
|
|
@custom-media --viewport-large (min-width: 1024px);
|