/*
 * StyleName:		portfolio.responsive.css
 * Email:		trung.styles@gmail.com
 *
 */

@media screen and (max-width: 768px) {
	#header .name {
		text-align: center;
	}
	#projects .projects-box {
		height: 300px;
	}
	#projects .project-page {
		margin: 20px 0 30px;
	}
	.row {
		margin: 15px -15px;
	}
	.row.spacing-10 {
		margin: 10px -10px;
	}
	.row.spacing-5 {
		margin: 5px -5px;
	}
}
@media screen and (max-height: 700px) {
	#projects-main .detail .build .tags {
		display: none !important;
	}
}
@media screen and (max-width: 550px) {
	#projects-main .detail {
		width: 90%;
	}
}
@media screen and (max-height: 350px) {
	#projects-main .detail .link {
		display: none !important;
	}
}