?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _process-holder-responsive.scss

/* ==========================================================================
   Process Holder Responsive start style
   ========================================================================== */

   @media only screen and (max-width:1400px){
   		.edgtf-process-holder .edgtf-process-bottom-holder{			
			padding:0 15px;
		}
   }

	.edgtf-process-holder.edgtf-five-columns,
	.edgtf-process-holder.edgtf-four-columns{
		.edgtf-process-holder-item{
			 @include ipad-landscape{
				width:50%;
				margin-bottom:50px;
			}
		}
	}


	.edgtf-process-holder.edgtf-five-columns,
	.edgtf-process-holder.edgtf-four-columns,
	.edgtf-process-holder.edgtf-three-columns{
		.edgtf-process-holder-item{
			 @include ipad-portrait{
				width:50%;
				margin-bottom:50px;
			}
		}
	}	

	.edgtf-process-holder.edgtf-five-columns,
	.edgtf-process-holder.edgtf-four-columns,
	.edgtf-process-holder.edgtf-three-columns{
		.edgtf-process-holder-item{
			 @include phone-landscape{
				width:100%;
			}
		}
	}

/* ==========================================================================
   End of Process Holder Responsive style
   ========================================================================== */


??

??