How Responsivness works
styles/utils.scss
. These mixins allow you to apply styles conditionally based on the screen size, ensuring that your components are adaptable and responsive.
@mixin for-phone-only
: Targets phone screens with a maximum width of 470px.@mixin for-tablet-only
: Targets tablet screens with widths ranging from 471px to 1300px.@mixin for-mobile-tablet-only
: Targets both phone and tablet screens up to a maximum width of 1300px.@mixin for-desktop-only
: Targets desktop screens with a minimum width of 951px.@mixin for-large-monitor-only
: Targets large monitors with a minimum width of 2100px.