austinmcconnell
3/28/2014 - 1:31 PM

Hide Site Tagline for Small Screens in Minimum Pro

Hide Site Tagline for Small Screens in Minimum Pro

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

	.minimum .site-tagline{
		display: none;
	}
	
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

}