You are here: Home scripts mobile-settings-style.css

mobile-settings-style.css

CSS stylesheet icon mobile-settings-style.css — CSS stylesheet, 697 bytes

File contents

@media screen and (max-width: 755px) {

/* ############ Panels              ############ */

	a.panelLink{
		margin: 5px 0;
		width: 100%;
		padding: 0;
	}
	
	span.panel span:first-child+span{
		line-height: 13px;
		font-family: Arial;
	}
	
/* ############ Caroussel           ############ */

	span.caroussel-header{
	    font-size: 20px;
	    margin: auto;
	    padding: 0 5px;
	    bottom: 5px;
	    left: 50%;
	    transform: translate(-50%, 0);
	    white-space: nowrap;
	}

	.panelHalf {
		width: 100%;
	}

	.slick-dots{
		display: none !important;
	}

/* ############ Footer              ############ */

	div#sidebar-section{
		display: none;
	}

}