Jump to content

Template:Main page project/styles.css

From Appropedia
.main-page-project {
	background: var( --background-color-neutral-subtle );
	border: 1px solid var( --border-color-subtle );
	overflow: hidden;
	max-width: 100%;
}
.main-page-project-image {
	margin: 10px;
	float: left;
}
.main-page-project-image img {
	object-fit: cover;
	width: 100px;
	height: 100px;
}
.main-page-project-content {
	margin: 10px;
	overflow: hidden;
}
.main-page-project-title {
	font-weight: bold;
}
.main-page-project-text {
	margin-top: 5px;
}

/* [[Category:Template style pages]] */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.