@import url('./project_details_base.css');

/* Project-specific hero background */
.project-hero {
	background: linear-gradient(135deg, rgba(0, 255, 65, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%),
				url(../../ui/images/screenproject_skyjoterminal.png);
}

/* Project-specific tech grid*/
.tech-grid {
	max-width: 400px;
}
