This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* BREAKPOINTS bricks */ | |
/* MOBILE */ | |
@media (max-width: 478px) {} | |
/* MOBILE HORIZONTAL */ | |
@media (max-width: 767px) {} | |
/* TABLET */ | |
@media (max-width: 991px) {} | |
/* LAPTOP */ | |
@media (min-width: 1006px) and (max-width: 1399px){} | |
/* BIG SCREEN */ |