sergey-kozlov
9/18/2017 - 2:32 PM

Visual Composer Media Queries

Visual Composer Media Queries

@media only screen and (min-width: 1200px) {
	
}
@media only screen and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width: 767px) {
	
}